From 18053ca48cad46c7f5884432a2f7894d0ef74133 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 15 Feb 2024 10:05:48 +0900 Subject: [PATCH] Ad theming --- home-manager/small.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home-manager/small.nix b/home-manager/small.nix index b269cf32..a8c7b6cc 100644 --- a/home-manager/small.nix +++ b/home-manager/small.nix @@ -9,6 +9,10 @@ # User configs ./users/${username} + + # Theming + inputs.stylix.homeManagerModules.stylix + ../stylix/${theme} ] ++ lib.optional (builtins.isString desktop) ./common/software/gui # GUI packages ++ lib.optional (builtins.isString desktop) ./common/desktops/${desktop} # Machine-agnostic desktop configs