diff --git a/Droidnix/README.org b/Droidnix/README.org index 0f0a6b2bf..fbb1f55da 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -810,6 +810,7 @@ in { # Configure wpaperd home-manager.users.${config.home.username}.home.file."${config.home.homeDirectory}/.config/wpaperd/config.toml".text = wallpaper_conf; + }; } #+END_SRC @@ -821,7 +822,6 @@ This is top file of this level which contains just an import statement for all r imports = [ # No subfolders to import ]; - } #+END_SRC diff --git a/Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix b/Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix index 1830e9186..9e6a0a648 100644 --- a/Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix +++ b/Droidnix/generated/hyprland/decorations/rotating_wallpaper.nix @@ -28,4 +28,5 @@ in { # Configure wpaperd home-manager.users.${config.home.username}.home.file."${config.home.homeDirectory}/.config/wpaperd/config.toml".text = wallpaper_conf; + }; } diff --git a/Droidnix/generated/hyprland/notifications/top.nix b/Droidnix/generated/hyprland/notifications/top.nix index e2d6f8174..244335420 100644 --- a/Droidnix/generated/hyprland/notifications/top.nix +++ b/Droidnix/generated/hyprland/notifications/top.nix @@ -3,5 +3,4 @@ imports = [ # No subfolders to import ]; - }