From 747ce82d90d4ad577bceec9fbd0e2bb2f41f8ab0 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 24 Sep 2024 07:26:18 -0400 Subject: [PATCH] Apply settings to home --- modules/users/crow/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/users/crow/home.nix b/modules/users/crow/home.nix index e7cefd4..65972e6 100644 --- a/modules/users/crow/home.nix +++ b/modules/users/crow/home.nix @@ -13,8 +13,9 @@ in homeDirectory = "/home/crow"; stateVersion = "24.05"; # file.".config/hypr/hyprland.conf".source = ./hypr/hyprland.conf; -# file.".config/hypr/monitors.conf".source = lib.mkIf (monitorConfig != null) hyprMonitorConfig; +# file.".config/hypr/monitors.conf".source = lib.mkIf (hyprMonitorConfig != null) hyprMonitorConfig; file.".config/sway/config".source = ./sway/sway.conf; + file.".config/sway/monitors.conf".source = lib.mkIf (swayMonitorConfig != null) swayMonitorConfig; }; xdg = {