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