Compare commits
No commits in common. "0bee5d12dfc9725789806ed5f23c3d3224e172c1" and "e0748ec17c9a6526da91dc83e0a30ab871c19145" have entirely different histories.
0bee5d12df
...
e0748ec17c
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -40,6 +40,7 @@ in
|
|||||||
grim
|
grim
|
||||||
slurp
|
slurp
|
||||||
unzip
|
unzip
|
||||||
|
bat
|
||||||
Fmt
|
Fmt
|
||||||
starship
|
starship
|
||||||
nodePackages.prettier
|
nodePackages.prettier
|
||||||
|
Loading…
x
Reference in New Issue
Block a user