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,
"submodules": true,
"type": "git",
"url": "https://github.com/Open-Wine-Components/umu-launcher/"
"url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix"
},
"original": {
"dir": "packaging/nix",
"submodules": true,
"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": {

View file

@ -14,7 +14,8 @@ in
config = lib.mkIf cfg.enable {
programs.tmux = {
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;
baseIndex = 1;
terminal = "screen-256color";