mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-26 07:01:53 -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.
|
# 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 &
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue