diff --git a/configs/default.nix b/configs/default.nix index 8eeb88a..b73f040 100644 --- a/configs/default.nix +++ b/configs/default.nix @@ -387,7 +387,6 @@ fzf (pass.withExtensions (ext: [ext.pass-otp])) qrencode - tmuxp unstable.zola unstable.hugo wordnet diff --git a/configs/tmux.nix b/configs/tmux.nix index 41a6a7b..b28e34c 100644 --- a/configs/tmux.nix +++ b/configs/tmux.nix @@ -1,4 +1,7 @@ +{ pkgs, ... }: { + environment.systemPackages = [ pkgs.tmuxp ]; + programs.tmux = { enable = true; keyMode = "vi";