From d0e2c8545b8a5577971a759939f8710b270c74e1 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 3 Feb 2025 08:56:17 -0500 Subject: [PATCH] import hyprlock config from home manager --- modules/users/crow/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/users/crow/home.nix b/modules/users/crow/home.nix index 541b481..8e7276f 100644 --- a/modules/users/crow/home.nix +++ b/modules/users/crow/home.nix @@ -34,6 +34,7 @@ in { # Hyprland file.".config/hypr/hyprland.conf".source = ./configs/hypr/hyprland.conf; file.".config/hypr/monitors.conf".source = lib.mkIf (hyprMonitorConfig != null) hyprMonitorConfig; + file.".config/hypr/hyprlock.conf".source = ./configs/hypr/hyprlock.conf; # Sway file.".config/sway/config".source = ./configs/sway/sway.conf;