Removed stylix

This commit is contained in:
2025-10-28 23:56:03 -04:00
parent c3eb30b199
commit a4588c49aa
3 changed files with 23 additions and 43 deletions

View File

@@ -1,20 +0,0 @@
{
inputs,
pkgs,
...
}:
{
imports = [
inputs.stylix.homeModules.stylix
];
stylix = {
enable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
autoEnable = false;
targets = {
kde.enable = true;
lazygit.enable = true;
};
};
}