From 3d7fc9a4edf1ca323dcda3378eb6810028623f4c Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Tue, 15 Apr 2025 11:45:01 -0700 Subject: home: improved theme system --- homes/x86_64-linux/c/default.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'homes') diff --git a/homes/x86_64-linux/c/default.nix b/homes/x86_64-linux/c/default.nix index 069e549..2115737 100644 --- a/homes/x86_64-linux/c/default.nix +++ b/homes/x86_64-linux/c/default.nix @@ -1,8 +1,13 @@ { config, lib, namespace, ... }: -with lib; with lib.${namespace}; { +with lib; with lib.${namespace}; let + themes = config.${namespace}.desktop.themes; +in { cxl = { - desktop.background = "shinobu.png"; + desktop = { + background = "shinobu.png"; + theme = themes."gruvbox"; + }; suites = { common.enable = true; -- cgit v1.2.3