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