Auto-commit: 2026-01-05 16:04:22

This commit is contained in:
2026-01-05 16:04:22 +00:00
parent 9dff259050
commit c621e40ae9

View File

@@ -1,12 +1,11 @@
{
pkgs,
...
}:
{ pkgs, config, lib, ... }:
let
variant = "mocha";
accent = "mauve";
cfg = config.my.desktop;
in
{
config = lib.mkIf cfg.enable {
catppuccin = {
enable = true;
accent = "${accent}";
@@ -28,4 +27,5 @@ in
platformTheme.name = "ct";
style.name = "kvantum";
};
};
}