feat: enable polkit ??????????
This commit is contained in:
parent
df9d669b49
commit
4761d7f3b6
2 changed files with 5 additions and 0 deletions
|
|
@ -8,5 +8,6 @@
|
|||
./greetd.nix
|
||||
./power-profiles.nix
|
||||
./environment.nix
|
||||
./polkit.nix
|
||||
];
|
||||
}
|
||||
4
modules/polkit.nix
Normal file
4
modules/polkit.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
security.polkit.enable = true;
|
||||
}
|
||||
Loading…
Reference in a new issue