From 9666375141a65e10bdc29c95dcdabdf05e348273 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Tue, 14 May 2024 17:55:17 -0500 Subject: [PATCH] add palette definition to home.nix --- hosts/familypc/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/familypc/home.nix b/hosts/familypc/home.nix index 0e0e96e..31381b8 100644 --- a/hosts/familypc/home.nix +++ b/hosts/familypc/home.nix @@ -8,6 +8,7 @@ ... }: let + palette = config.colorScheme.palette; inherit (import ./variables.nix) gitUsername gitEmail