nix: add xdph to flake and enable it in the nixos module
This commit is contained in:
parent
ff12a41c40
commit
11a1a6c271
3 changed files with 39 additions and 7 deletions
|
|
@ -77,6 +77,10 @@
|
|||
waybar-hyprland = prev.waybar.overrideAttrs (oldAttrs: {
|
||||
mesonFlags = oldAttrs.mesonFlags ++ ["-Dexperimental=true"];
|
||||
});
|
||||
|
||||
xdg-desktop-portal-hyprland = inputs.xdph.packages.${prev.system}.default.override {
|
||||
hyprland-share-picker = inputs.xdph.packages.${prev.system}.hyprland-share-picker.override {inherit hyprland;};
|
||||
};
|
||||
};
|
||||
|
||||
packages = genSystems (system:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue