fix: builtins
This commit is contained in:
parent
af46dcdf41
commit
3f8861ea30
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ in
|
||||||
config =
|
config =
|
||||||
let
|
let
|
||||||
displays_raw = config.modules.hyprland.displays;
|
displays_raw = config.modules.hyprland.displays;
|
||||||
displays = map (display_raw: lib.builtins.head (lib.strings.splitString "," displays_raw)) displays_raw;
|
displays = builtins.map (display_raw: builtins.head (lib.strings.splitString "," displays_raw)) displays_raw;
|
||||||
in
|
in
|
||||||
lib.mkIf cfg.enable
|
lib.mkIf cfg.enable
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue