11.stylix/modules/fish/testbeds/fish-hm.nix
awwpotato e280f272a5
fish: add testbeds (#1782)
Link: https://github.com/nix-community/stylix/pull/1782

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

11 lines
184 B
Nix

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