This commit is contained in:
Zastian Pretorius
2025-07-01 14:40:29 +01:00
parent 211c361c9b
commit f006323bd0
9 changed files with 168 additions and 48 deletions

View File

@@ -92,6 +92,10 @@ in
};
security.rtkit.enable = true;
security.polkit = {
enable = true;
#package = pkgs.polkit_gnome;
};
environment.sessionVariables = {
ZDOTDIR = "$HOME/.config/zsh";
};