11 lines
128 B
Nix
11 lines
128 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
../shared
|
|
];
|
|
system.stateVersion = 4;
|
|
programs.zsh.enable = true;
|
|
programs.bash.enable = true;
|
|
}
|