infrastructure/config/profiles/base/shell.nix
2021-08-07 04:59:43 +01:00

8 lines
94 B
Nix

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