overlays/rofi: remove

This commit is contained in:
LavaDesu 2025-05-19 13:18:06 +10:00
parent 88b4fca28a
commit 2b6b616dbf
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 0 additions and 14 deletions

View file

@ -5,7 +5,6 @@ builtins.map (path: import path) [
./ccache.nix
./eww.nix
./material-icons.nix
./rofi.nix
./steam.nix
./utillinux.nix
./wpa-supplicant.nix

View file

@ -1,13 +0,0 @@
self: super: {
rofi-unwrapped = super.rofi-unwrapped.overrideAttrs (_: rec {
version = "1.7.2";
src = super.fetchFromGitHub {
owner = "davatorium";
repo = "rofi";
rev = version;
fetchSubmodules = true;
sha256 = "0yarkzhn7vxqxafmz196kvklzwdxygbhd0d29gxm7lrfba8brdxy";
};
});
}