Use hyprprofiles even on work system profile
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user