diff --git a/home/modules/fish.nix b/home/modules/fish.nix index 5c84853..f40945b 100644 --- a/home/modules/fish.nix +++ b/home/modules/fish.nix @@ -33,7 +33,7 @@ in programs.fish = { enable = true; - shellAbbrs = { + shellAbbrs = lib.mkIf (!macos) { copy = "xclip -sel clip"; }; interactiveShellInit =