system/packages: add git-crypt, and move fd and rg from rin/packages

This commit is contained in:
LavaDesu 2025-05-19 23:04:39 +10:00
parent b1f4fcc223
commit 315d480601
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 4 additions and 3 deletions

View file

@ -4,7 +4,9 @@
comma comma
ecryptfs ecryptfs
efibootmgr efibootmgr
fd
git git
git-crypt
htop htop
jq jq
kitty.terminfo kitty.terminfo
@ -15,8 +17,9 @@
neovim neovim
nfs-utils nfs-utils
ntfs3g ntfs3g
sshfs ripgrep
rsync rsync
sshfs
wget wget
]; ];
environment.variables.EDITOR = "nvim"; environment.variables.EDITOR = "nvim";

View file

@ -14,7 +14,6 @@ in {
home.packages = with pkgs; [ home.packages = with pkgs; [
dconf dconf
fd
ffmpeg ffmpeg
gnupg gnupg
kitty kitty
@ -22,7 +21,6 @@ in {
nodejs_latest nodejs_latest
pamixer pamixer
qmk qmk
ripgrep
unrar unrar
weechat weechat
yt-dlp yt-dlp