diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-03-23 18:25:59 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-03-23 18:25:59 -0400 |
| commit | 2b9b97ca70a7eb6121489f5ba2b40ee3077f332b (patch) | |
| tree | d80b4197fd6aefb522b98e77f6a5bc7fe87d8ab3 /void | |
| parent | 320f194acd371b401168d0c9aa399918c682c8de (diff) | |
| download | home-2b9b97ca70a7eb6121489f5ba2b40ee3077f332b.tar.gz | |
update
Diffstat (limited to 'void')
| -rw-r--r-- | void/home.nix | 11 |
1 files changed, 10 insertions, 1 deletions
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; + } ]; }; |