More polybar changes and added discord
This commit is contained in:
6
overlays/discord.nix
Normal file
6
overlays/discord.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
self: super:
|
||||
{
|
||||
discord = super.discord.overrideAttrs (_: {
|
||||
src = builtins.fetchTarball https://discord.com/api/download?platform=linux&format=tar.gz;
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user