Files
nixos/profiles/darwin/default.nix
T

11 lines
128 B
Nix
Raw Normal View History

2022-09-06 11:41:09 -05:00
{ ... }:
{
imports = [
../shared
];
system.stateVersion = 4;
programs.zsh.enable = true;
programs.bash.enable = true;
}