From 6ae5c46aa5e78efe14d04d707e1732f1d985b6cd Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sat, 7 Jan 2023 15:32:37 -0800 Subject: [PATCH] Add Nextcloud client, remove old lock autostart --- hosts/home.nix | 3 ++- i3.nix | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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; }