feat: enable polkit ??????????

This commit is contained in:
EinEtwas 2024-10-17 18:13:09 +02:00
parent df9d669b49
commit 4761d7f3b6
2 changed files with 5 additions and 0 deletions

View file

@ -8,5 +8,6 @@
./greetd.nix ./greetd.nix
./power-profiles.nix ./power-profiles.nix
./environment.nix ./environment.nix
./polkit.nix
]; ];
} }

4
modules/polkit.nix Normal file
View file

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