mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 06:33:56 -05:00
riverwm: cleaned up config and replaced kde polkit with mate
This commit is contained in:
parent
da89069f32
commit
3191a42ad0
|
@ -31,15 +31,13 @@
|
|||
|
||||
# Packages that should be installed to the user profile.
|
||||
home.packages = with pkgs; [
|
||||
# brightnessctl
|
||||
# hyprnome
|
||||
celluloid
|
||||
evince
|
||||
gnome.eog
|
||||
gnome.file-roller
|
||||
kdePackages.polkit-kde-agent-1
|
||||
networkmanagerapplet
|
||||
playerctl
|
||||
swayidle
|
||||
swayosd
|
||||
trayscale
|
||||
xfce.exo
|
||||
|
@ -51,7 +49,6 @@
|
|||
xfce.xfce4-settings
|
||||
xfce.xfce4-taskmanager
|
||||
xfce.xfconf
|
||||
swayidle
|
||||
];
|
||||
|
||||
xdg.configFile."xfce4/helpers.rc".text = ''
|
||||
|
@ -354,6 +351,7 @@
|
|||
${fileManager} --daemon &
|
||||
${bar} &
|
||||
${idled} &
|
||||
${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1 &
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue