Price Hiller
2f9e7a94f6
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
12 lines
160 B
Nix
12 lines
160 B
Nix
{ ... }:
|
|
{
|
|
programs = {
|
|
dconf.enable = true;
|
|
zsh = {
|
|
enable = true;
|
|
enableGlobalCompInit = false;
|
|
};
|
|
nix-ld.enable = true;
|
|
};
|
|
}
|