Move some packages to be user specific

This commit is contained in:
Marko Korhonen 2024-09-18 21:35:58 +03:00
parent a8bd695dba
commit ed2b07f6a2
2 changed files with 3 additions and 3 deletions

View file

@ -75,10 +75,7 @@
shells = [ pkgs.zsh ]; shells = [ pkgs.zsh ];
systemPackages = with pkgs; systemPackages = with pkgs;
[ [
neovim
telegram-desktop telegram-desktop
usbutils
wl-clipboard
]; ];
}; };
} }

View file

@ -12,11 +12,14 @@
fd fd
gcc gcc
neovide neovide
neovim
nerdfonts nerdfonts
nodejs nodejs
pass pass
ripgrep ripgrep
tree-sitter tree-sitter
usbutils
wl-clipboard
yarn yarn
]; ];