infrastructure/nixos/base/shell.nix

8 lines
94 B
Nix

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