11.stylix/modules/fish/testbeds/fish-hm.nix

9 lines
178 B
Nix

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