From 4e5838fc5dac4b57367010629a716be89c9cf49a Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Mon, 16 Mar 2026 22:32:45 +0000 Subject: [PATCH] trying stylix --- Droidnix/README.org | 2 +- Droidnix/generated/out_of_tree/core/nix.nix | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 Droidnix/generated/out_of_tree/core/nix.nix diff --git a/Droidnix/README.org b/Droidnix/README.org index 8da7f47c0..808f85999 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -651,7 +651,7 @@ You'll notice the color values in multiple places outside this as well. ** =generated/out_of_tree/core/nix.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. -#+BEGIN_SRC nix :tangle generated/system/out_of_tree/nix.nix :noweb tangle :mkdirp yes :eval never-html +#+BEGIN_SRC nix :tangle generated/out_of_tree/core/nix.nix :noweb tangle :mkdirp yes :eval never-html { config, pkgs, ... }: { nix.settings = { diff --git a/Droidnix/generated/out_of_tree/core/nix.nix b/Droidnix/generated/out_of_tree/core/nix.nix new file mode 100644 index 000000000..bb28420bf --- /dev/null +++ b/Droidnix/generated/out_of_tree/core/nix.nix @@ -0,0 +1,6 @@ +{ config, pkgs, ... }: +{ + nix.settings = { + extra-experimental-features = [ "nix-command" "flakes" ]; + }; +}