Polkit : Add Gnome polkit UI.

This commit is contained in:
Dmitry Voronin 2024-03-30 02:11:04 +03:00
parent fbcd397a35
commit f8ea04d40b

View file

@ -1,3 +1,6 @@
{ ... }: {
{ pkgs, ... }: {
security.polkit.enable = true;
environment.systemPackages = with pkgs; [
polkit_gnome
];
}