diff --git a/configuration.nix b/configuration.nix index 3035bbf..223e559 100644 --- a/configuration.nix +++ b/configuration.nix @@ -61,11 +61,6 @@ hyprland = inputs.hyprland.packages.${prev.system}.default; hyprlock = inputs.hyprlock.packages.${prev.system}.default; - # TODO: Remove when merged into unstable - # https://github.com/NixOS/nixpkgs/pull/338836 - xdg-desktop-portal-hyprland = - inputs.xdg-desktop-portal-hyprland.packages.${prev.system}.xdg-desktop-portal-hyprland; - hyprlandPlugins = { hyprbars = inputs.hyprland-plugins.packages.${prev.system}.hyprbars; }; diff --git a/flake.in.nix b/flake.in.nix index 9743758..ff47658 100644 --- a/flake.in.nix +++ b/flake.in.nix @@ -75,7 +75,6 @@ nix-vscode-extensions = flake "github:nix-community/nix-vscode-extensions" // unstable "nixpkgs"; nixd = flake "github:nix-community/nixd" // unstable "nixpkgs"; walker = flake "github:abenz1267/walker" // unstable "nixpkgs"; - xdg-desktop-portal-hyprland = flake "github:hyprwm/xdg-desktop-portal-hyprland" // unstable "nixpkgs"; # Server flakes conduwuit = flake "github:Myned/conduwuit" // unstable "nixpkgs"; diff --git a/flake.nix b/flake.nix index 6bfb1de..851e0d6 100644 --- a/flake.nix +++ b/flake.nix @@ -132,10 +132,6 @@ inputs.nixpkgs.follows = "nixpkgs-unstable"; url = "github:abenz1267/walker"; }; - xdg-desktop-portal-hyprland = { - inputs.nixpkgs.follows = "nixpkgs-unstable"; - url = "github:hyprwm/xdg-desktop-portal-hyprland"; - }; }; outputs = inputs: inputs.flakegen ./flake.in.nix inputs; } \ No newline at end of file