home: add pkgs
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2024-01-27 14:33:00 -05:00
parent 0520283812
commit 3260e6964e
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,6 +1,7 @@
{pkgs, ...}: {
imports = [
./editors/helix
./editors/neovim
./neofetch
./nushell
./starship
@ -26,6 +27,9 @@
dig
tailspin
nitch
unzip
unrar
p7zip
];
services.gpg-agent = {
@ -36,9 +40,7 @@
enableNushellIntegration = true;
};
programs.bat = {
enable = true;
};
programs.bat.enable = true;
programs.zoxide = {
enable = true;