From 7ef9caf4fcb4e5134a7dd64bcc2e4c99badfb8fe Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Tue, 17 Mar 2026 08:37:41 +0000 Subject: [PATCH] trying stylix --- Droidnix/generated/out_of_tree/core/stylix.nix | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/Droidnix/generated/out_of_tree/core/stylix.nix b/Droidnix/generated/out_of_tree/core/stylix.nix index a768ee277..fa745b732 100644 --- a/Droidnix/generated/out_of_tree/core/stylix.nix +++ b/Droidnix/generated/out_of_tree/core/stylix.nix @@ -1,7 +1,15 @@ -{ config, pkgs, flakeRoot, ... }: { - # Enable Stylix at system level - stylix.nixosModules.stylix; + config, + pkgs, + flakeRoot, + ... +}: +{ + # Import the Stylix NixOS module + imports = [ + stylix.nixosModules.stylix + ]; + # Minimal configuration stylix = { enable = true;