move "xclip" package from home profile to system

This commit is contained in:
Lyla Bravo 2020-10-23 21:15:41 -03:00
parent f34797ae84
commit ee509fe8e9
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ in {
extraOutputsToInstall = [ "doc" ];
packages = with pkgs; [
# CLI tools
xclip neofetch
neofetch
exa fd ripgrep
pandoc signify
# editor

View File

@ -59,7 +59,7 @@
homeBinInPath = true;
systemPackages = with pkgs; [
# CLI utils
wget usbutils
xclip wget usbutils
# audio
qjackctl
];