More polybar changes and added discord

This commit is contained in:
marc
2022-11-07 19:40:18 +01:00
parent 5f41530745
commit 4577adc53f
9 changed files with 33 additions and 5 deletions

6
overlays/discord.nix Normal file
View File

@@ -0,0 +1,6 @@
self: super:
{
discord = super.discord.overrideAttrs (_: {
src = builtins.fetchTarball https://discord.com/api/download?platform=linux&format=tar.gz;
});
}