Fix on system flake

This commit is contained in:
Laurent Gueret
2026-02-11 13:31:12 +01:00
parent 206b9b6050
commit cdb9cc5955
5 changed files with 10 additions and 12 deletions
+3 -1
View File
@@ -11,10 +11,12 @@
homeDirectory = "/home/alistreaza";
};
# Apps
# Shell apps
home.shell.zsh = true;
home.shell.git = true;
home.shell.neovim = true;
home.shell.nh.enable = true;
home.shell.devenv.enable = true;
# Code editor
home.ide.zed.enable = true;