dots/hosts/orion/modules/programs.nix
Price Hiller 0bee5d12df
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s
refactor(nix/host/orion): do not disable zsh global compinit
2024-06-03 22:56:09 -05:00

9 lines
107 B
Nix

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