7 lines
113 B
Nix
7 lines
113 B
Nix
{ pkgs, ... }: {
|
|
security.polkit.enable = true;
|
|
environment.systemPackages = with pkgs; [
|
|
polkit_gnome
|
|
];
|
|
}
|