From 03945c031538743b46ed995bd102e0214eb2f150 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Mon, 16 Mar 2026 22:31:35 +0000 Subject: [PATCH] trying stylix --- Droidnix/README.org | 5 ++++- Droidnix/flake.nix | 2 ++ Droidnix/generated/out_of_tree/machines/traveldroid/top.nix | 1 - 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Droidnix/README.org b/Droidnix/README.org index dcbda8382..8da7f47c0 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -198,6 +198,8 @@ outputs = lib.nixosSystem { inherit system; modules = [ + # Importing nix.nix + ./generated/out_of_tree/core/nix.nix # theming engine stylix.nixosModules.stylix # Importing theme file @@ -346,7 +348,6 @@ This is the top of the machine hierarchy ./audio.nix ./xdg.nix ./networking.nix - ./nix.nix inputs.home-manager.nixosModules.home-manager ]; } @@ -590,6 +591,8 @@ This sets audiosystem for this machine } #+END_SRC + + ** =generated/out_of_tree/core/theme.nix= I use the [[https://catppuccin.com/][Catppuccin]] almost everywhere. The nix module integrates almost automatically everywhere (except gtk). You'll notice the color values in multiple places outside this as well. diff --git a/Droidnix/flake.nix b/Droidnix/flake.nix index 9d1d7d284..bd9c7cac3 100644 --- a/Droidnix/flake.nix +++ b/Droidnix/flake.nix @@ -54,6 +54,8 @@ outputs = lib.nixosSystem { inherit system; modules = [ + # Importing nix.nix + ./generated/out_of_tree/core/nix.nix # theming engine stylix.nixosModules.stylix # Importing theme file diff --git a/Droidnix/generated/out_of_tree/machines/traveldroid/top.nix b/Droidnix/generated/out_of_tree/machines/traveldroid/top.nix index 196851af4..1d1c0b5ea 100644 --- a/Droidnix/generated/out_of_tree/machines/traveldroid/top.nix +++ b/Droidnix/generated/out_of_tree/machines/traveldroid/top.nix @@ -17,7 +17,6 @@ ./audio.nix ./xdg.nix ./networking.nix - ./nix.nix inputs.home-manager.nixosModules.home-manager ]; }