diff --git a/Droidnix/README.org b/Droidnix/README.org index 0c942206f..2fb4b4174 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -568,18 +568,6 @@ Sets theming for the terminal } #+END_SRC -** =generated/modules/system/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/modules/system/nix.nix :noweb tangle :mkdirp yes :eval never-html -{ config, pkgs, ... }: -{ - nix.settings = { - extra-experimental-cores = [ "nix-command" "flakes" ]; - }; -} -#+END_SRC - ** =generated/modules/desktop/rotating_wallpaper.nix= rotating_wallpaper.nix installs wpaperd and deploys your wallpaper files from the repo (./assets/hyprland/wallpaperstuff/) into ~/Droidnix/wallpaperstuff/. You can edit assets/hyprland/wallpaperstuff/wallpaper.toml to change settings diff --git a/Droidnix/generated/modules/system/nix.nix b/Droidnix/generated/modules/system/nix.nix index ad4360013..f04355a0a 100644 --- a/Droidnix/generated/modules/system/nix.nix +++ b/Droidnix/generated/modules/system/nix.nix @@ -17,10 +17,3 @@ in max-jobs = 1; }; } - -{ config, pkgs, ... }: -{ - nix.settings = { - extra-experimental-cores = [ "nix-command" "flakes" ]; - }; -}