feat: stop using discord-overlay
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-01-16 09:43:47 -05:00
parent d660175ce9
commit de5e8c58d2
4 changed files with 0 additions and 6 deletions

Binary file not shown.

BIN
flake.nix

Binary file not shown.

View file

@ -145,11 +145,6 @@ let
owner = "eriedaberrie"; owner = "eriedaberrie";
repo = "grim-hyprland"; repo = "grim-hyprland";
}; };
discord-overlay = mkDep {
owner = "matt1432";
repo = "discord-nightly-overlay";
};
}; };
agsInputs = { agsInputs = {

View file

@ -11,7 +11,6 @@ in {
config = mkIf cfg.enable { config = mkIf cfg.enable {
nixpkgs.overlays = nixpkgs.overlays =
(map (i: self.inputs.${i}.overlays.default) [ (map (i: self.inputs.${i}.overlays.default) [
"discord-overlay"
"grim-hyprland" "grim-hyprland"
"nixpkgs-wayland" "nixpkgs-wayland"
]) ])