overlays: remove discord overlay
This commit is contained in:
parent
2d8674f8db
commit
dda75aba62
2 changed files with 0 additions and 10 deletions
|
|
@ -1,5 +1,4 @@
|
|||
builtins.map (path: import path) [
|
||||
./discord.nix
|
||||
./eww.nix
|
||||
./material-icons.nix
|
||||
./picom.nix
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
self: super: {
|
||||
discord-canary = super.discord-canary.override rec {
|
||||
version = "0.0.134";
|
||||
src = builtins.fetchurl {
|
||||
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
|
||||
sha256 = "0hynv9nh6lcfy44yxs33686iyzvjrnczxkppb75c6a4wa7m5l8hz";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue