feat: stop using discord-overlay
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
d660175ce9
commit
de5e8c58d2
4 changed files with 0 additions and 6 deletions
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -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 = {
|
||||||
|
|
|
@ -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"
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in a new issue