fix: move polkit_gnome to system packages
This commit is contained in:
parent
c55ea83f53
commit
c96901ee06
2 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,6 @@
|
||||||
brightnessctl
|
brightnessctl
|
||||||
playerctl
|
playerctl
|
||||||
hyprshot
|
hyprshot
|
||||||
polkit_gnome
|
|
||||||
pavucontrol
|
pavucontrol
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue