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