Compare commits

..

No commits in common. "0bee5d12dfc9725789806ed5f23c3d3224e172c1" and "e0748ec17c9a6526da91dc83e0a30ab871c19145" have entirely different histories.

2 changed files with 5 additions and 1 deletions

View File

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

View File

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