diff --git a/hosts/home.nix b/hosts/home.nix index 68785a6..c1cd3ae 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -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 diff --git a/i3.nix b/i3.nix index 1de5775..eb629d8 100644 --- a/i3.nix +++ b/i3.nix @@ -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; }