deleted generated files
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user