overlays/{discord,picom}: remove
This commit is contained in:
parent
cb168182b3
commit
0785ab9bcd
3 changed files with 0 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
self: super: {
|
||||
picom = super.picom.overrideAttrs (old: {
|
||||
src = super.fetchFromGitHub {
|
||||
repo = "picom";
|
||||
owner = "yshui";
|
||||
rev = "31e58712ec11b198340ae217d33a73d8ac73b7fe";
|
||||
sha256 = "1hg5jfpknbcv9scaghpy2nbrg9cxwm8mkh6znpgbbzr05g7ch6al";
|
||||
};
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue