Files
setup-machines/home-manager/zsh/zsh.nix
2025-02-27 17:39:57 +01:00

7 lines
70 B
Nix

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