mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Use hyprprofiles even on work system profile
This commit is contained in:
parent
ad598b4322
commit
b751878241
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue