dots/hosts/orion/modules/programs.nix

13 lines
190 B
Nix
Raw Normal View History

2024-05-03 14:35:00 -05:00
{ ... }:
{
programs = {
dconf.enable = true;
zsh = {
enable = true;
enableCompletion = true;
enableBashCompletion = true;
};
2024-05-03 14:35:00 -05:00
nix-ld.enable = true;
};
}