diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-03-20 19:37:14 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-03-20 19:37:14 -0400 |
| commit | e2fe74863e48c5f05b18fac38b73e7a3e0bf1375 (patch) | |
| tree | 062f4a875ba27e18bc9112f10369038285cf5621 /modules/global.nix | |
| parent | e17372b6effdda94c784429fac1b2475f7558d42 (diff) | |
| download | home-e2fe74863e48c5f05b18fac38b73e7a3e0bf1375.tar.gz | |
tmux
Diffstat (limited to 'modules/global.nix')
| -rw-r--r-- | modules/global.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/global.nix b/modules/global.nix index 0cb44e7..c9fa3b6 100644 --- a/modules/global.nix +++ b/modules/global.nix @@ -32,6 +32,7 @@ in wrapWithNixGL = cfg.notNixOS; }; zsh.enable = true; + tmux.enable = true; }; nixGL = lib.mkIf cfg.notNixOS { |