nix-config/users/willifan/common/shell/nushell.nix
2024-10-07 01:48:27 +02:00

8 lines
90 B
Nix

{ ... }:
{
home-manager.users.willifan.programs.nushell = {
enable = true;
};
}