add polkit

This commit is contained in:
Benjamin Palko 2024-07-21 16:23:35 -04:00
parent 2191be6255
commit 592cfb867c
2 changed files with 5 additions and 0 deletions

View file

@ -16,6 +16,7 @@ in
./nvidia.nix
./media.nix
./services.nix
./security.nix
./shell.nix
./hyprland.nix
./gaming.nix

4
nixos/security.nix Normal file
View file

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