trying stylix

This commit is contained in:
2026-03-16 22:39:49 +00:00
parent 4e5838fc5d
commit 4f51837a54
3 changed files with 65 additions and 57 deletions
@@ -1,7 +1,11 @@
{ pkgs, flakeRoot, ... }:
{
stylix = {
environment.systemPackages = with pkgs; [
stylix
];
programs.stylix = {
enable = true;
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
};