chore(flake): update nixpkgs and stylix to 25.11, update dependencies and disable stylix for tsuba
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
device,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
stylix.targets.fish.enable = false;
|
||||
}:
|
||||
{
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
shellAbbrs = {
|
||||
@@ -41,3 +41,6 @@
|
||||
'';
|
||||
};
|
||||
}
|
||||
// lib.optionalAttrs (!(device.is "tsuba")) {
|
||||
stylix.targets.fish.enable = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user