hosts/dunamis/users/user/programs.nix: comment out neve

hosts/sarien/users/user/programs.nix: comment out neve
modules/home/programs/editor/default.nix: comment out neve

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-03-19 23:42:43 +02:00
parent f810a5e4fc
commit 21407383dc
3 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@
editor = { editor = {
helix.enable = true; helix.enable = true;
neve.enable = true; # neve.enable = true;
zed.enable = true; zed.enable = true;
}; };

View File

@ -49,7 +49,7 @@
editor = { editor = {
helix.enable = true; helix.enable = true;
neve.enable = true; # neve.enable = true;
zed.enable = true; zed.enable = true;
}; };

View File

@ -2,7 +2,7 @@
imports = [ imports = [
./helix.nix ./helix.nix
./zed.nix ./zed.nix
./neve.nix # ./neve.nix
#./nixvim.nix #./nixvim.nix
]; ];
} }