Revert "overlays: remove discord overlay"
This reverts commit dda75aba62.
This commit is contained in:
parent
1ed0175b8c
commit
5ccd763bda
2 changed files with 10 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
builtins.map (path: import path) [
|
||||
./discord.nix
|
||||
./eww.nix
|
||||
./material-icons.nix
|
||||
./picom.nix
|
||||
|
|
|
|||
9
overlays/discord.nix
Normal file
9
overlays/discord.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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