From 588976dcb6ae22673b9df4beb5490c29d20b1cc0 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Tue, 17 Mar 2026 15:39:44 +0000 Subject: [PATCH] Setting up rotating wallpapers --- Droidnix/README.org | 2 +- Droidnix/generated/hyprland/decorations/top.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Droidnix/README.org b/Droidnix/README.org index 1f25cc383..91d9b8c20 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -770,7 +770,7 @@ This is top file of this level which contains just an import statement for all r { config, pkgs, lib, user, inputs, flakeRoot,... }: { imports = [ - ./rotating_wallpaper + ./rotating_wallpaper.nix ]; } #+END_SRC diff --git a/Droidnix/generated/hyprland/decorations/top.nix b/Droidnix/generated/hyprland/decorations/top.nix index b789287f4..33eb7a8ec 100644 --- a/Droidnix/generated/hyprland/decorations/top.nix +++ b/Droidnix/generated/hyprland/decorations/top.nix @@ -1,6 +1,6 @@ { config, pkgs, lib, user, inputs, flakeRoot,... }: { imports = [ - ./rotating_wallpaper + ./rotating_wallpaper.nix ]; }