feat: stop using discord-overlay

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 50 deletions
modules/base/packages

View file

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