zed editor

This commit is contained in:
Miguel Palhas
2025-06-09 10:28:51 +01:00
parent 8f374aaa95
commit 587114e642
4 changed files with 8 additions and 2 deletions
+1
View File
@@ -20,5 +20,6 @@
inotify-tools
devenv
# bruno
zed-editor
];
}
+1
View File
@@ -42,6 +42,7 @@
"input"
"wheel"
"docker"
"dialout"
];
shell = pkgs.zsh;
initialHashedPassword = "$y$j9T$uRTzF/sBdrqVGZTRhPuR00$wgLgEGlq.lEmlCPiy69jkbtfC9HKpyaVPDHDdBGtE5D";
+1
View File
@@ -40,6 +40,7 @@
"input"
"wheel"
"docker"
"dialout"
];
shell = pkgs.zsh;
initialHashedPassword = "$y$j9T$uRTzF/sBdrqVGZTRhPuR00$wgLgEGlq.lEmlCPiy69jkbtfC9HKpyaVPDHDdBGtE5D";
+5 -2
View File
@@ -20,6 +20,7 @@
"ahci"
"nvme"
"thunderbolt"
"virtio-pci"
];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ];
@@ -31,8 +32,10 @@
};
boot.initrd.luks.devices = {
"luks-51347cdc-de81-4132-b21c-f1d089e387eb".device = "/dev/disk/by-uuid/51347cdc-de81-4132-b21c-f1d089e387eb";
"luks-9ffb64c6-54c2-46f2-9df5-e42c33a52d1a".device = "/dev/disk/by-uuid/9ffb64c6-54c2-46f2-9df5-e42c33a52d1a";
"luks-51347cdc-de81-4132-b21c-f1d089e387eb".device =
"/dev/disk/by-uuid/51347cdc-de81-4132-b21c-f1d089e387eb";
"luks-9ffb64c6-54c2-46f2-9df5-e42c33a52d1a".device =
"/dev/disk/by-uuid/9ffb64c6-54c2-46f2-9df5-e42c33a52d1a";
};
fileSystems."/boot" = {