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" ]; + }; +}