Auto-commit: 2026-01-05 16:28:52

This commit is contained in:
2026-01-05 16:28:52 +00:00
parent 5ab2d7b6a4
commit da52e491c0

View File

@@ -1,8 +1,8 @@
{ pkgs, config, lib, ... }: { pkgs, nixosConfig, lib, ... }:
let let
variant = "mocha"; variant = "mocha";
accent = "mauve"; accent = "mauve";
cfg = config.my.desktop; cfg = nixosConfig.my.desktop;
in in
{ {
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {