nixfiles/config/profiles/base/shell.nix
2021-08-18 02:25:15 +01:00

8 lines
94 B
Nix

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