nix-config/hosts/nixos/modules/programs/zsh.nix

5 lines
58 B
Nix

{ config, pkgs, ... }:
{
programs.zsh.enable = true;
}