home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 7178629e53970c6efe77a504d7eb36fe04f76072
parent caef5895e650585fe2417faacb889a6dd7dd26e6
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun, 21 Aug 2022 11:48:03 +0200

users/vincent: start networkmanager applet

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/desktop/sway.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/users/vincent/desktop/sway.nix b/users/vincent/desktop/sway.nix @@ -141,6 +141,7 @@ in ]; startup = [ { command = "mako"; } + { command = "${pkgs.networkmanagerapplet}/bin/nm-applet --indicator"; } { command = "systemctl --user restart waybar"; always = true; } { command = "${pkgs.kitty}/bin/kitty --title metask --class metask tmux"; } { command = ''emacsclient -n -c -F "((name . \"_emacs scratchpad_\"))''; }