treewide: remove stylix module
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m15s

This commit is contained in:
2025-06-14 17:12:55 +01:00
parent a1a6a8ffc7
commit cf8d18515f
4 changed files with 0 additions and 431 deletions

View File

@ -1,5 +1,4 @@
{
pkgs,
config,
lib,
...
@ -22,14 +21,5 @@ in
enable = true;
withUWSM = true;
};
stylix = {
enable = true;
autoEnable = false;
image = config.lib.stylix.pixel "base00";
polarity = "dark";
base16Scheme = "${pkgs.base16-schemes}/share/themes/colors.yaml";
};
};
}