From 8a7f06931d8182f910e61e86cb014bd541516a93 Mon Sep 17 00:00:00 2001 From: Liam Malone Date: Thu, 6 Nov 2025 13:14:06 +0000 Subject: [PATCH] fix --- hosts/desktop/file.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hosts/desktop/file.nix b/hosts/desktop/file.nix index 2b3a15c..7c6b273 100644 --- a/hosts/desktop/file.nix +++ b/hosts/desktop/file.nix @@ -26,6 +26,16 @@ in outOfStoreSymlink = true; recursive = true; }; + ".config/hypr/hypr-monitors.conf" = { + source = ../../configs/hypr-desktop/hypr-monitors.conf; + outOfStoreSymlink = true; + recursive = false; + }; + ".config/hypr/hypr-colors.conf" = { + source = ../../configs/hypr-desktop/hypr-colors.conf; + outOfStoreSymlink = true; + recursive = false; + }; ".config/matugen" = { source = ../../configs/matugen; outOfStoreSymlink = true;