nix: add xdph to flake and enable it in the nixos module

This commit is contained in:
Mihai Fufezan
2022-12-09 16:25:57 +02:00
parent ff12a41c40
commit 11a1a6c271
3 changed files with 39 additions and 7 deletions

View File

@@ -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: