Files
setup-machines/home-manager/zsh/zsh.nix

7 lines
70 B
Nix
Raw Normal View History

2025-02-27 17:39:57 +01:00
{ pkgs, inputs, ... }:
{
programs.zsh = {
enable = true;
};
}