dotfiles.nix/nixos/viridian/programs/default.nix

6 lines
54 B
Nix

{...}: {
programs = {
zsh.enable = true;
};
}