Compare commits

...

2 Commits

Author SHA1 Message Date
0bee5d12df
refactor(nix/host/orion): do not disable zsh global compinit
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s
2024-06-03 22:56:09 -05:00
3ffbc5e0e4
refactor(nix/hm/price): do not define bat in packages 2024-06-03 22:38:30 -05:00
2 changed files with 1 additions and 5 deletions

View File

@ -2,10 +2,7 @@
{
programs = {
dconf.enable = true;
zsh = {
enable = true;
enableGlobalCompInit = false;
};
zsh.enable = true;
nix-ld.enable = true;
};
}

View File

@ -40,7 +40,6 @@ in
grim
slurp
unzip
bat
Fmt
starship
nodePackages.prettier