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" ]; extraOutputsToInstall = [ "doc" ];
packages = with pkgs; [ packages = with pkgs; [
# CLI tools # CLI tools
xclip neofetch neofetch
exa fd ripgrep exa fd ripgrep
pandoc signify pandoc signify
# editor # editor

View File

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