nixos/home/programs/shell.nix

5 lines
69 B
Nix

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