From 49ee90c4f171acb5311f76df83dfd8faabea202a Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Thu, 20 Oct 2022 10:51:37 -0700 Subject: [PATCH] Start up nm-applet on boot --- i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3.nix b/i3.nix index a9042a9..ce9f94b 100644 --- a/i3.nix +++ b/i3.nix @@ -24,7 +24,7 @@ in { }; startup = [ { - command = "(systemctl --user restart polybar &) && lock"; + command = "(systemctl --user restart polybar &) && (nm-applet &) && lock"; always = true; notification = false; }