nixos-config/modules/home-manager/nushell.nix

6 lines
No EOL
78 B
Nix

{ pkgs, config, lib, ...}:
{
programs.nushell = {
enable = false;
};
}