diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-15 18:07:18 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-10-15 18:07:18 +0530 |
| commit | 0375c8089b2cd1563f4fe374b9388714042ef15e (patch) | |
| tree | b2de98509ae2f419baee91638467b5fa7cc7afc7 /nixos/tmux.nix | |
| parent | 9a02595549bb9ef08a3ca2e30983a078aeb3c685 (diff) | |
moving things into sensible places
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; [ |
