system/packages: add git-crypt, and move fd and rg from rin/packages
This commit is contained in:
parent
b1f4fcc223
commit
315d480601
2 changed files with 4 additions and 3 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue