deleted generated files

This commit is contained in:
2026-03-19 11:20:04 +00:00
parent 67c7a43fc7
commit f5423f7618
32 changed files with 3 additions and 1462 deletions
+3 -2
View File
@@ -545,11 +545,12 @@ Sets theming for the terminal
}
#+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
Finally, it creates a systemd user service (wpaperd.service) that automatically starts wpaperd at login and keeps it running, using your override config so wallpapers rotate according to your settings.
#+BEGIN_SRC nix :tangle generated/modules/desktop/rotating_wallpaper.nix :noweb tangle :mkdirp yes :eval never-html
# #+BEGIN_SRC nix :tangle generated/modules/desktop/rotating_wallpaper.nix :noweb tangle :mkdirp yes :eval never-html
{ lib, ... }:
{
@@ -588,7 +589,7 @@ Finally, it creates a systemd user service (wpaperd.service) that automatically
};
};
}
#+END_SRC
# #+END_SRC
** =generated/modules/desktop/hyprland.nix=
Setting up Hyprland