diff --git a/cfg/winter/main.nix b/cfg/winter/main.nix index 80e0a5f..7018fc0 100644 --- a/cfg/winter/main.nix +++ b/cfg/winter/main.nix @@ -17,6 +17,7 @@ ''; }; nixpkgs.overlays = with overlays; [ + discord linux polybar picom diff --git a/flake.nix b/flake.nix index 2aa0ae5..4baad0d 100644 --- a/flake.nix +++ b/flake.nix @@ -15,6 +15,15 @@ linux = import ./overlays/linux.nix; picom = import ./overlays/picom.nix; polybar = import ./overlays/polybar.nix; + discord = (self: super: { + discord-canary = super.discord-canary.override rec { + version = "0.0.121"; + src = builtins.fetchurl { + url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz"; + sha256 = "0s85nh31wv39adawfmllp128n0wgyisbi604n0cngzi28rdw7bph"; + }; + }; + }); }; in {