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
variant = "mocha";
accent = "mauve";
cfg = config.my.desktop;
cfg = nixosConfig.my.desktop;
in
{
config = lib.mkIf cfg.enable {