overlays/{discord,picom}: remove

This commit is contained in:
LavaDesu 2024-12-07 21:09:59 +11:00
parent cb168182b3
commit 0785ab9bcd
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 0 additions and 21 deletions

View file

@ -1,10 +1,8 @@
builtins.map (path: import path) [
./android-studio.nix
./ccache.nix
./discord.nix
./eww.nix
./material-icons.nix
./picom.nix
./rofi.nix
./steam.nix
./utillinux.nix

View file

@ -1,9 +0,0 @@
self: super: {
discord-canary = super.discord-canary.override rec {
version = "0.0.166";
src = builtins.fetchurl {
url = "https://dl-canary.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz";
sha256 = "02sa34jjwwpf82w492qpk9k2jjfg2lkh1f2z4w5l0zyll6jwjikd";
};
};
}

View file

@ -1,10 +0,0 @@
self: super: {
picom = super.picom.overrideAttrs (old: {
src = super.fetchFromGitHub {
repo = "picom";
owner = "yshui";
rev = "31e58712ec11b198340ae217d33a73d8ac73b7fe";
sha256 = "1hg5jfpknbcv9scaghpy2nbrg9cxwm8mkh6znpgbbzr05g7ch6al";
};
});
}