From ca1df8f525b1dd4bae27a5a73764082b20f4b2a4 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Mon, 24 Mar 2025 17:36:10 +0000 Subject: [PATCH] hosts/common: add stylix module --- hosts/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common.nix b/hosts/common.nix index db84674..d5b94d3 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -9,6 +9,7 @@ imports = [ inputs.agenix.nixosModules.age inputs.home-manager.nixosModule + inputs.stylix.nixosModules.stylix ../modules/nixos ];