aboutsummaryrefslogtreecommitdiff
path: root/void/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'void/home.nix')
-rw-r--r--void/home.nix11
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;
+ }
];
};