From ed2b07f6a2c27176a13d1447629f46dce579885b Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Wed, 18 Sep 2024 21:35:58 +0300 Subject: [PATCH] Move some packages to be user specific --- nixos_common.nix | 3 --- users/functionalhacker/home.nix | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos_common.nix b/nixos_common.nix index 365b86bf..5593e233 100644 --- a/nixos_common.nix +++ b/nixos_common.nix @@ -75,10 +75,7 @@ shells = [ pkgs.zsh ]; systemPackages = with pkgs; [ - neovim telegram-desktop - usbutils - wl-clipboard ]; }; } diff --git a/users/functionalhacker/home.nix b/users/functionalhacker/home.nix index c516a06a..0b3bceef 100644 --- a/users/functionalhacker/home.nix +++ b/users/functionalhacker/home.nix @@ -12,11 +12,14 @@ fd gcc neovide + neovim nerdfonts nodejs pass ripgrep tree-sitter + usbutils + wl-clipboard yarn ];