From b751878241b9febbec39978aa723e50fb5416c1c Mon Sep 17 00:00:00 2001 From: Emmet Date: Fri, 6 Dec 2024 10:32:11 -0600 Subject: [PATCH] Use hyprprofiles even on work system profile --- user/wm/hyprland/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index 8474937e..ddbcffa3 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -10,7 +10,7 @@ in }) ../input/nihongo.nix ] ++ - (if (systemSettings.profile == "personal") then + (if ((systemSettings.profile == "personal") || (systemSettings.profile == "work")) then [ (import ./hyprprofiles/hyprprofiles.nix { dmenuCmd = "fuzzel -d"; inherit config lib pkgs; })] else