infrastructure/depot/profiles/base/shell.nix
2021-08-09 02:41:43 +01:00

8 lines
94 B
Nix

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