@ -61,8 +61,9 @@ in
killall
trash-cli # aliased to rm in .bashrc
# Configuration applications
# Tray applications
networkmanagerapplet # nm-applet
nextcloud-client
# GUI applications
firefox
@ -46,7 +46,7 @@ in {
};
startup = [
{
command = "(systemctl --user restart polybar &) && (nm-applet &) && lock";
command = "(systemctl --user restart polybar &) && (nm-applet &) && (nextcloud &)";
always = true;
notification = false;
}