11.stylix/modules/nushell/testbeds/nushell.nix
awwpotato 4faa7be903
nushell: add testbed (#1785)
Link: https://github.com/nix-community/stylix/pull/1785

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
2025-07-28 12:25:18 +02:00

11 lines
185 B
Nix

{ lib, ... }:
{
stylix.testbed.ui.command = {
text = "nu";
useTerminal = true;
};
home-manager.sharedModules = lib.singleton {
programs.nushell.enable = true;
};
}