All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
8 lines
125 B
Nix
8 lines
125 B
Nix
{...}: {
|
|
programs.fish = {
|
|
enable = true;
|
|
generateCompletions = true;
|
|
};
|
|
stylix.targets.fish.enable = false;
|
|
}
|