dots/hosts/orion/modules/programs.nix
Price Hiller 2f9e7a94f6
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
refactor(nix): improve zsh compinit handling
2024-05-28 18:48:59 -05:00

12 lines
160 B
Nix

{ ... }:
{
programs = {
dconf.enable = true;
zsh = {
enable = true;
enableGlobalCompInit = false;
};
nix-ld.enable = true;
};
}