1
1
Fork 0

nix: remove vestigial overlays

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-01-04 12:14:01 -06:00
parent c1e923ef3c
commit 54817e4d70
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -56,11 +56,6 @@
inherit stable unstable staging-next; inherit stable unstable staging-next;
### Packages ### Packages
# TODO: Remove when GTK > 4.16 in unstable
# BUG: v5.4 is not compatible with GTK < 4.16
# https://github.com/lassekongo83/adw-gtk3/releases/tag/v5.4
adw-gtk3 = stable.adw-gtk3;
# BUG: Build tests often fail on unstable # BUG: Build tests often fail on unstable
# https://github.com/NixOS/nixpkgs/issues/333946 # https://github.com/NixOS/nixpkgs/issues/333946
fprintd = stable.fprintd; fprintd = stable.fprintd;
@ -69,19 +64,6 @@
# https://github.com/FreeRDP/FreeRDP/issues/10784 # https://github.com/FreeRDP/FreeRDP/issues/10784
freerdp3 = stable.freerdp3; freerdp3 = stable.freerdp3;
# TODO: Exclusively use module packages instead of overlays where possible
### Hypr*
# hypridle = inputs.hypridle.packages.${prev.system}.default;
# hyprland = inputs.hyprland.packages.${prev.system}.default;
# hyprlock = inputs.hyprlock.packages.${prev.system}.default;
# hyprlandPlugins = {
# hyprbars = inputs.hyprland-plugins.packages.${prev.system}.hyprbars;
# };
### Sway
sway = unstable.swayfx;
### Development ### Development
#// ciscoPacketTracer8 = local.ciscoPacketTracer8; #// ciscoPacketTracer8 = local.ciscoPacketTracer8;
} }