trying stylix

This commit is contained in:
2026-03-16 22:48:33 +00:00
parent 93ac0a371c
commit 2d59cc7187
3 changed files with 4 additions and 14 deletions
@@ -1,11 +1,6 @@
{ pkgs, flakeRoot, ... }:
{
environment.systemPackages = with pkgs; [
stylix
];
stylix = {
stylix = {
enable = true;
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
};