Polkit : Add Gnome polkit UI.
This commit is contained in:
parent
fbcd397a35
commit
f8ea04d40b
|
@ -1,3 +1,6 @@
|
||||||
{ ... }: {
|
{ pkgs, ... }: {
|
||||||
security.polkit.enable = true;
|
security.polkit.enable = true;
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
polkit_gnome
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue