add polkit
This commit is contained in:
parent
2191be6255
commit
592cfb867c
2 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ in
|
||||||
./nvidia.nix
|
./nvidia.nix
|
||||||
./media.nix
|
./media.nix
|
||||||
./services.nix
|
./services.nix
|
||||||
|
./security.nix
|
||||||
./shell.nix
|
./shell.nix
|
||||||
./hyprland.nix
|
./hyprland.nix
|
||||||
./gaming.nix
|
./gaming.nix
|
||||||
|
|
|
||||||
4
nixos/security.nix
Normal file
4
nixos/security.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
security.polkit.enable = true;
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue