diff --git a/home/linux.nix b/home/linux.nix index 168d4c7..e52defd 100644 --- a/home/linux.nix +++ b/home/linux.nix @@ -40,6 +40,7 @@ gpustat librewolf tmux + tmuxinator ]; imports = [ diff --git a/hosts/dnsc-work/default.nix b/hosts/dnsc-work/default.nix index eeb507c..cddecf4 100644 --- a/hosts/dnsc-work/default.nix +++ b/hosts/dnsc-work/default.nix @@ -40,6 +40,7 @@ nil tree-sitter tmux + tmuxinator # rsync ]; diff --git a/modules/base/default.nix b/modules/base/default.nix index 37dacd5..6738d2c 100644 --- a/modules/base/default.nix +++ b/modules/base/default.nix @@ -47,5 +47,6 @@ sqlite fortune lazygit + tmuxinator ]; }