Fix on system flake
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -26,10 +26,6 @@
|
||||
os.virtualisation.cuda.enable = true;
|
||||
os.virtualisation.podman.enable = true;
|
||||
|
||||
# Dev
|
||||
os.shell.nh.enable = true;
|
||||
os.shell.devenv.enable = true;
|
||||
|
||||
# Ssh
|
||||
programs.ssh.enableAskPassword = false; # No-window git push fix
|
||||
|
||||
|
||||
Reference in New Issue
Block a user