From 2ee628b4defbd3588e774bf31629c9e85a87b836 Mon Sep 17 00:00:00 2001 From: DerGrumpf Date: Fri, 28 Mar 2025 16:24:35 +0100 Subject: [PATCH] Changed: ReGreet --- home/hyprland/hyprland.nix | 5 +++++ {modules => home/hyprland}/regreet.conf | 0 2 files changed, 5 insertions(+) rename {modules => home/hyprland}/regreet.conf (100%) 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