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 ]; }