nixos: use combined hyprexpo branch

Point hyprland-plugins-lua at the branch that combines the PR fixes with the workspace number support used by the local Hyprland Lua config.
This commit is contained in:
2026-05-01 21:19:51 -07:00
parent 0a0024d009
commit 5637db1182
2 changed files with 5 additions and 5 deletions

8
nixos/flake.lock generated
View File

@@ -883,16 +883,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1777528408, "lastModified": 1777692803,
"narHash": "sha256-X350VUh+dkogkRP9vwbOrYEsEVHVD0rwjWsuOImcTI8=", "narHash": "sha256-wSJmIka4KUeicbRsUHuf2Bvxn7pZaSlKja3UBwyPevk=",
"owner": "colonelpanic8", "owner": "colonelpanic8",
"repo": "hyprland-plugins", "repo": "hyprland-plugins",
"rev": "c50ed7b75e9c99b5a01de3ac17aa91d767af6dda", "rev": "e796b1220379420907cb5a20bbe434eca533aa55",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "colonelpanic8", "owner": "colonelpanic8",
"ref": "codex/fix-main-ci", "ref": "codex/fix-main-ci-workspace-numbers",
"repo": "hyprland-plugins", "repo": "hyprland-plugins",
"type": "github" "type": "github"
} }

View File

@@ -105,7 +105,7 @@
}; };
hyprland-plugins-lua = { hyprland-plugins-lua = {
url = "github:colonelpanic8/hyprland-plugins?ref=codex/fix-main-ci"; url = "github:colonelpanic8/hyprland-plugins?ref=codex/fix-main-ci-workspace-numbers";
inputs.hyprland.follows = "hyprland"; inputs.hyprland.follows = "hyprland";
}; };