nushell: add testbed (#1785)
Link: https://github.com/nix-community/stylix/pull/1785 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
e280f272a5
commit
4faa7be903
1 changed files with 11 additions and 0 deletions
11
modules/nushell/testbeds/nushell.nix
Normal file
11
modules/nushell/testbeds/nushell.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
stylix.testbed.ui.command = {
|
||||
text = "nu";
|
||||
useTerminal = true;
|
||||
};
|
||||
|
||||
home-manager.sharedModules = lib.singleton {
|
||||
programs.nushell.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue