1
0
nixfiles/configuration/desktop/polkit.nix

8 lines
49 B
Nix
Raw Normal View History

{ ... }:
{
security.polkit.enable = true;
}