Files
DCGOS/home/cli/nushell.nix
2025-07-22 12:18:15 +08:00

6 lines
54 B
Nix

_: {
programs.nushell = {
enable = true;
};
}