From 923dac6f63848a96fa6d42826a9e850bb4c64a4f Mon Sep 17 00:00:00 2001 From: biscuit Date: Tue, 13 May 2025 18:59:06 -0500 Subject: [PATCH] wip --- packages/hyprland/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/hyprland/default.nix b/packages/hyprland/default.nix index 2ede1a6..306bafe 100644 --- a/packages/hyprland/default.nix +++ b/packages/hyprland/default.nix @@ -12,9 +12,9 @@ force = true; }; - # home.file.".config/hypr/hyprland" = { - # source = builtins.toPath ./custom; - # recursive = true; - # force = true; - # }; + home.file.".config/hypr/hyprland" = { + source = builtins.toPath ./custom; + recursive = true; + force = true; + }; }