update inputs

This commit is contained in:
Moritz Böhme 2023-02-02 11:38:23 +01:00
parent 95e086e232
commit 61cae6fd51
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
5 changed files with 191 additions and 99 deletions

View file

@ -9,14 +9,6 @@
'';
};
waybar-hyprland = prev.waybar.overrideAttrs (old: {
pname = "${old.pname}-hyprland";
postPatch = old.postPatch or "" + ''
sed -i 's,zext_workspace_handle_v1_activate(workspace_handle_);,const std::string command = "${final.hyprland}/bin/hyprctl dispatch workspace " + name_;\n\tsystem(command.c_str());,g' src/modules/wlr/workspace_manager.cpp
'';
mesonFlags = old.mesonFlags or [ ] ++ [ "-Dexperimental=true" ];
});
master = import inputs.master {
inherit (prev) system;
config.allowUnfree = true;