From 315d4806019dcb2ada993b895fb4f1adbd1d3d35 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Mon, 19 May 2025 23:04:39 +1000 Subject: [PATCH] system/packages: add git-crypt, and move fd and rg from rin/packages --- modules/system/packages.nix | 5 ++++- users/rin/packages.nix | 2 -- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/system/packages.nix b/modules/system/packages.nix index 2b6b12d..baae1cc 100644 --- a/modules/system/packages.nix +++ b/modules/system/packages.nix @@ -4,7 +4,9 @@ comma ecryptfs efibootmgr + fd git + git-crypt htop jq kitty.terminfo @@ -15,8 +17,9 @@ neovim nfs-utils ntfs3g - sshfs + ripgrep rsync + sshfs wget ]; environment.variables.EDITOR = "nvim"; diff --git a/users/rin/packages.nix b/users/rin/packages.nix index b679b35..0860f4a 100644 --- a/users/rin/packages.nix +++ b/users/rin/packages.nix @@ -14,7 +14,6 @@ in { home.packages = with pkgs; [ dconf - fd ffmpeg gnupg kitty @@ -22,7 +21,6 @@ in { nodejs_latest pamixer qmk - ripgrep unrar weechat yt-dlp