diff --git a/home/hyprland/hyprland.nix b/home/hyprland/hyprland.nix index 1dc8141..5445a3c 100644 --- a/home/hyprland/hyprland.nix +++ b/home/hyprland/hyprland.nix @@ -22,6 +22,11 @@ in size = 16; }; + # Copy ReGreet Conf + home.file.".config/hypr" = { + source = ./regreet.conf; + }; + gtk = { enable = true; diff --git a/modules/regreet.conf b/home/hyprland/regreet.conf similarity index 100% rename from modules/regreet.conf rename to home/hyprland/regreet.conf