trying stylix

This commit is contained in:
2026-03-17 08:34:54 +00:00
parent 924c28557f
commit 62cfe941bd
6 changed files with 66 additions and 81 deletions
@@ -0,0 +1,11 @@
{ config, pkgs, flakeRoot, ... }:
{
# Enable Stylix at system level
stylix.nixosModules.stylix;
# Minimal configuration
stylix = {
enable = true;
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
polarity = "dark";
};
}