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 inotify-tools
devenv devenv
# bruno # bruno
zed-editor
]; ];
} }
+1
View File
@@ -42,6 +42,7 @@
"input" "input"
"wheel" "wheel"
"docker" "docker"
"dialout"
]; ];
shell = pkgs.zsh; shell = pkgs.zsh;
initialHashedPassword = "$y$j9T$uRTzF/sBdrqVGZTRhPuR00$wgLgEGlq.lEmlCPiy69jkbtfC9HKpyaVPDHDdBGtE5D"; initialHashedPassword = "$y$j9T$uRTzF/sBdrqVGZTRhPuR00$wgLgEGlq.lEmlCPiy69jkbtfC9HKpyaVPDHDdBGtE5D";
+1
View File
@@ -40,6 +40,7 @@
"input" "input"
"wheel" "wheel"
"docker" "docker"
"dialout"
]; ];
shell = pkgs.zsh; shell = pkgs.zsh;
initialHashedPassword = "$y$j9T$uRTzF/sBdrqVGZTRhPuR00$wgLgEGlq.lEmlCPiy69jkbtfC9HKpyaVPDHDdBGtE5D"; initialHashedPassword = "$y$j9T$uRTzF/sBdrqVGZTRhPuR00$wgLgEGlq.lEmlCPiy69jkbtfC9HKpyaVPDHDdBGtE5D";
+5 -2
View File
@@ -20,6 +20,7 @@
"ahci" "ahci"
"nvme" "nvme"
"thunderbolt" "thunderbolt"
"virtio-pci"
]; ];
boot.initrd.kernelModules = [ ]; boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ]; boot.kernelModules = [ "kvm-intel" ];
@@ -31,8 +32,10 @@
}; };
boot.initrd.luks.devices = { boot.initrd.luks.devices = {
"luks-51347cdc-de81-4132-b21c-f1d089e387eb".device = "/dev/disk/by-uuid/51347cdc-de81-4132-b21c-f1d089e387eb"; "luks-51347cdc-de81-4132-b21c-f1d089e387eb".device =
"luks-9ffb64c6-54c2-46f2-9df5-e42c33a52d1a".device = "/dev/disk/by-uuid/9ffb64c6-54c2-46f2-9df5-e42c33a52d1a"; "/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" = { fileSystems."/boot" = {