From 2d31f5aee806915912a5494ca1ad1d3ddba7a28d Mon Sep 17 00:00:00 2001
From: DerGrumpf
Date: Fri, 28 Mar 2025 16:35:54 +0100
Subject: [PATCH] Changed: ReGreet
---
home/hyprland/hyprland.nix | 6 +-----
{home/hyprland => modules}/regreet.conf | 0
modules/regreet.nix | 4 ++++
3 files changed, 5 insertions(+), 5 deletions(-)
rename {home/hyprland => modules}/regreet.conf (100%)
diff --git a/home/hyprland/hyprland.nix b/home/hyprland/hyprland.nix
index 5445a3c..859b4af 100644
--- a/home/hyprland/hyprland.nix
+++ b/home/hyprland/hyprland.nix
@@ -22,11 +22,7 @@ in
size = 16;
};
- # Copy ReGreet Conf
- home.file.".config/hypr" = {
- source = ./regreet.conf;
- };
-
+
gtk = {
enable = true;
diff --git a/home/hyprland/regreet.conf b/modules/regreet.conf
similarity index 100%
rename from home/hyprland/regreet.conf
rename to modules/regreet.conf
diff --git a/modules/regreet.nix b/modules/regreet.nix
index a882bae..b52507a 100644
--- a/modules/regreet.nix
+++ b/modules/regreet.nix
@@ -8,6 +8,10 @@
};
};
};
+
+ environment.etc = {
+ regreet.source = ./regreet.conf
+ }
programs.regreet = {
enable = true;