From e134fbe8a9f3612e82e8e7d1a1a2f5092120ab9a Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 22 Jul 2023 18:32:42 +0300 Subject: [PATCH] ok should work now --- modules/desktop/hyprland/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/desktop/hyprland/default.nix b/modules/desktop/hyprland/default.nix index b0c68ae1..f2c90525 100644 --- a/modules/desktop/hyprland/default.nix +++ b/modules/desktop/hyprland/default.nix @@ -83,10 +83,10 @@ in }; }; xdg.configFile = { - #hypr = { - # source = ../../../config/hyprland; - # recursive = true; - #}; + hypr = { + source = ../../../config/hyprland; + recursive = true; + }; }; }; };