fix: move polkit_gnome to system packages

This commit is contained in:
EinEtwas 2024-10-26 10:54:03 +02:00
parent c55ea83f53
commit c96901ee06
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0
2 changed files with 1 additions and 1 deletions

View file

@ -20,7 +20,6 @@
brightnessctl brightnessctl
playerctl playerctl
hyprshot hyprshot
polkit_gnome
pavucontrol pavucontrol
networkmanagerapplet networkmanagerapplet

View file

@ -50,6 +50,7 @@
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
fprintd fprintd
polkit_gnome
]; ];
programs.zsh.enable = true; programs.zsh.enable = true;