missing polkit things

This commit is contained in:
outfoxxed 2025-01-05 23:05:24 -08:00
parent aadfa8d7f5
commit 22a34c114b
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{ { pkgs, ... }: {
security.polkit = { security.polkit = {
enable = true; enable = true;
}; };

View file

@ -6,6 +6,7 @@
./user ./user
./emacs ./emacs
./zsh ./zsh
./polkit.nix
]; ];
programs.dconf.enable = true; programs.dconf.enable = true;