Compare commits
No commits in common. "227dddf2f77b231ed3861087632ad0d552043b67" and "8caa4f6d771baeb8f8650a610ee1de299adeb64f" have entirely different histories.
227dddf2f7
...
8caa4f6d77
2 changed files with 3 additions and 4 deletions
|
@ -663,13 +663,13 @@
|
|||
"revCount": 829,
|
||||
"submodules": true,
|
||||
"type": "git",
|
||||
"url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix"
|
||||
"url": "https://github.com/Open-Wine-Components/umu-launcher/"
|
||||
},
|
||||
"original": {
|
||||
"dir": "packaging/nix",
|
||||
"submodules": true,
|
||||
"type": "git",
|
||||
"url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix"
|
||||
"url": "https://github.com/Open-Wine-Components/umu-launcher/"
|
||||
}
|
||||
},
|
||||
"xwayland-satellite-stable": {
|
||||
|
|
|
@ -14,8 +14,7 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
# shell = getExe (if macos then pkgs.zsh else pkgs.fish);
|
||||
shell = getExe pkgs.fish;
|
||||
shell = getExe (if macos then pkgs.zsh else pkgs.fish);
|
||||
mouse = true;
|
||||
baseIndex = 1;
|
||||
terminal = "screen-256color";
|
||||
|
|
Loading…
Reference in a new issue