riverwm: cleaned up config and replaced kde polkit with mate

This commit is contained in:
Aly Raffauf 2024-04-21 13:31:57 -04:00
parent da89069f32
commit 3191a42ad0

View file

@ -31,15 +31,13 @@
# Packages that should be installed to the user profile. # Packages that should be installed to the user profile.
home.packages = with pkgs; [ home.packages = with pkgs; [
# brightnessctl
# hyprnome
celluloid celluloid
evince evince
gnome.eog gnome.eog
gnome.file-roller gnome.file-roller
kdePackages.polkit-kde-agent-1
networkmanagerapplet networkmanagerapplet
playerctl playerctl
swayidle
swayosd swayosd
trayscale trayscale
xfce.exo xfce.exo
@ -51,7 +49,6 @@
xfce.xfce4-settings xfce.xfce4-settings
xfce.xfce4-taskmanager xfce.xfce4-taskmanager
xfce.xfconf xfce.xfconf
swayidle
]; ];
xdg.configFile."xfce4/helpers.rc".text = '' xdg.configFile."xfce4/helpers.rc".text = ''
@ -354,6 +351,7 @@
${fileManager} --daemon & ${fileManager} --daemon &
${bar} & ${bar} &
${idled} & ${idled} &
${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1 &
''; '';
}; };
} }