refactor: move zsh configuration to home-manager

This commit is contained in:
2025-11-21 20:47:10 +01:00
parent d678d9b0fb
commit ba0dfdd04a
2 changed files with 14 additions and 10 deletions

View File

@@ -71,14 +71,6 @@
};
};
#services.displayManager.lightdm.enable = true;
#services.desktopManager.session = [ {
# name = "qtile";
# start = ''
# exec ${pkgs.qtile}/bin/qtile start
# '';
#} ];
environment.pathsToLink = [ "/libexec" ];
environment.variables.EDITOR = "vim";
@@ -110,7 +102,7 @@
autosuggestions.enable = true;
ohMyZsh = {
enable = true;
plugins = [ "git" "sudo" "python" "ansible" ];
plugins = [ "git" "sudo" ];
theme = "agnoster";
};
};