From 2b9b97ca70a7eb6121489f5ba2b40ee3077f332b Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Sun, 23 Mar 2025 18:25:59 -0400 Subject: update --- void/home.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'void/home.nix') diff --git a/void/home.nix b/void/home.nix index 20f9d30..8bfbaaa 100644 --- a/void/home.nix +++ b/void/home.nix @@ -31,12 +31,21 @@ sway = { enable = true; - terminal = "foot"; + terminal = "footclient"; startup = [ + { + command = "foot -s"; + always = false; + } { command = "avizo-service"; always = false; } + { + # TODO: move to turnstile + command = "tmux start-server"; + always = false; + } ]; }; -- cgit v1.2.3