New structure since I kept struggling with the home-manager implemnentation

This commit is contained in:
2026-03-18 15:30:01 +00:00
parent abae31a135
commit 1ea1a8fbbb
2 changed files with 0 additions and 19 deletions
-12
View File
@@ -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
@@ -17,10 +17,3 @@ in
max-jobs = 1;
};
}
{ config, pkgs, ... }:
{
nix.settings = {
extra-experimental-cores = [ "nix-command" "flakes" ];
};
}