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