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:
awwpotato 2025-07-28 03:21:38 -07:00 committed by GitHub
parent d65c5d8300
commit e280f272a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{ lib, ... }:
{
stylix.testbed.ui.command = {
text = "fish";
useTerminal = true;
};
home-manager.sharedModules = lib.singleton {
programs.fish.enable = true;
};
}

View file

@ -0,0 +1,8 @@
{
stylix.testbed.ui.command = {
text = "fish";
useTerminal = true;
};
programs.fish.enable = true;
}