nix-dotfiles/home/programs/nushell.nix

7 lines
60 B
Nix
Raw Normal View History

2025-02-27 18:00:31 +01:00
{ ... }:
{
programs.nushell = {
enable = true;
};
}