From a94b69b28c560f96c48d8477064d77a156db1bf6 Mon Sep 17 00:00:00 2001 From: foglar Date: Sat, 14 Dec 2024 14:15:45 +0100 Subject: [PATCH] stylix added to leanix --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 7c8f496..418aabc 100644 --- a/flake.nix +++ b/flake.nix @@ -82,6 +82,7 @@ modules = [ ./leanix/configuration.nix + inputs.stylix.nixosModules.stylix ]; }; };