Catpuccin exluded for x86_64_darwin

This commit is contained in:
kolkman
2026-09-15 18:15:47 +02:00
parent e782f238ed
commit c0392c8366
3 changed files with 11 additions and 5 deletions
+5
View File
@@ -4,6 +4,7 @@
lib,
home-manager,
llm-agents,
system,
...
}:
@@ -98,11 +99,15 @@ in
};
stateVersion = "23.11";
};
}
// lib.optionalAttrs (system != "x86_64-darwin") {
catppuccin = {
autoEnable = true;
enable = true;
flavor = "mocha";
};
}
// {
programs = {
alacritty = {
enable = true;