flake.lock: update nixpkgs and xdph
- nix/module: update xdph override - nix/overlays: remove hyprland-share-picker (now built directly inside xdph)
This commit is contained in:
parent
84f8f4d77d
commit
f6473aa3ad
4 changed files with 7 additions and 12 deletions
|
|
@ -10,9 +10,7 @@ with lib; let
|
|||
inherit (pkgs.stdenv.hostPlatform) system;
|
||||
|
||||
finalPortalPackage = cfg.portalPackage.override {
|
||||
hyprland-share-picker = inputs.xdph.packages.${system}.hyprland-share-picker.override {
|
||||
hyprland = cfg.finalPackage;
|
||||
};
|
||||
hyprland = cfg.finalPackage;
|
||||
};
|
||||
in {
|
||||
# disables Nixpkgs Hyprland module to avoid conflicts
|
||||
|
|
|
|||
|
|
@ -52,8 +52,6 @@ in {
|
|||
# including forked or patched packages for compatibility.
|
||||
hyprland-extras = mkJoinedOverlays [
|
||||
inputs.xdph.overlays.xdg-desktop-portal-hyprland
|
||||
inputs.xdph.overlays.hyprland-share-picker
|
||||
inputs.xdph.overlays.package-overrides
|
||||
];
|
||||
|
||||
udis86 = final: prev: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue