diff options
Diffstat (limited to 'nixos/tmux.nix')
| -rw-r--r-- | nixos/tmux.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tmux.nix b/nixos/tmux.nix index f9ed249..fa59ec4 100644 --- a/nixos/tmux.nix +++ b/nixos/tmux.nix @@ -1,5 +1,4 @@ { config, pkgs, ... }: -# let unstable = import <nixos-unstable> { config.allowUnfree = true; }; { programs.tmux.enable = true; programs.tmux.plugins = with pkgs.tmuxPlugins; [ |
