diff options
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; + } ]; }; |