This commit is contained in:
parent
0520283812
commit
3260e6964e
1 changed files with 5 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue