From 1ea1a8fbbbe0312de8a00319b11bdd3331821afe Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Wed, 18 Mar 2026 15:30:01 +0000 Subject: [PATCH] New structure since I kept struggling with the home-manager implemnentation --- Droidnix/README.org | 12 ------------ Droidnix/generated/modules/system/nix.nix | 7 ------- 2 files changed, 19 deletions(-) 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" ]; - }; -}