Compare commits

...

2 commits

Author SHA1 Message Date
227dddf2f7 tmux: always use fish 2024-11-04 03:49:29 -08:00
4a238f0a03 flake-lock: idk why it did this on my mac 2024-11-04 03:49:29 -08:00
2 changed files with 4 additions and 3 deletions

View file

@ -663,13 +663,13 @@
"revCount": 829, "revCount": 829,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/Open-Wine-Components/umu-launcher/" "url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix"
}, },
"original": { "original": {
"dir": "packaging/nix", "dir": "packaging/nix",
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/Open-Wine-Components/umu-launcher/" "url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix"
} }
}, },
"xwayland-satellite-stable": { "xwayland-satellite-stable": {

View file

@ -14,7 +14,8 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
programs.tmux = { programs.tmux = {
enable = true; enable = true;
shell = getExe (if macos then pkgs.zsh else pkgs.fish); # shell = getExe (if macos then pkgs.zsh else pkgs.fish);
shell = getExe pkgs.fish;
mouse = true; mouse = true;
baseIndex = 1; baseIndex = 1;
terminal = "screen-256color"; terminal = "screen-256color";