split off terminal utilities
This commit is contained in:
@@ -227,4 +227,11 @@
|
||||
uris = [ "qemu:///system" ];
|
||||
};
|
||||
};
|
||||
|
||||
# macOS-style clipboard aliases — depend on wl-clipboard, so scoped here
|
||||
# rather than in the shared fish config.
|
||||
programs.fish.shellAliases = {
|
||||
pbcopy = "${pkgs.wl-clipboard}/bin/wl-copy";
|
||||
pbpaste = "${pkgs.wl-clipboard}/bin/wl-paste";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user