Use hyprprofiles even on work system profile

This commit is contained in:
Emmet
2024-12-06 10:32:11 -06:00
parent ad598b4322
commit b751878241

View File

@ -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