Use hyprprofiles even on work system profile
This commit is contained in:
@ -10,7 +10,7 @@ in
|
|||||||
})
|
})
|
||||||
../input/nihongo.nix
|
../input/nihongo.nix
|
||||||
] ++
|
] ++
|
||||||
(if (systemSettings.profile == "personal") then
|
(if ((systemSettings.profile == "personal") || (systemSettings.profile == "work")) then
|
||||||
[ (import ./hyprprofiles/hyprprofiles.nix {
|
[ (import ./hyprprofiles/hyprprofiles.nix {
|
||||||
dmenuCmd = "fuzzel -d"; inherit config lib pkgs; })]
|
dmenuCmd = "fuzzel -d"; inherit config lib pkgs; })]
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user