nix: remove xdg-desktop-portal-hyprland overlay
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
f91525ee20
commit
d819d61bc0
3 changed files with 0 additions and 10 deletions
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue