Files
Nixos/hosts/nixos/system/partials/zsh.nix
T

7 lines
56 B
Nix

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