flake: adapt new flake.lock

This commit is contained in:
Guanran Wang 2023-11-05 16:53:41 +08:00
parent acc492a5cf
commit e8b5a28757
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
3 changed files with 1 additions and 25 deletions

View file

@ -3,6 +3,5 @@
./nautilus.nix ./nautilus.nix
./sway.nix ./sway.nix
./prismlauncher.nix ./prismlauncher.nix
./ydict.nix
]; ];
} }

View file

@ -1,23 +0,0 @@
{...}: {
nixpkgs = {
overlays = [
(
final: prev: {
ydict = prev.ydict.overrideAttrs (old: {
# Let ydict follow XDG
# .patch file from https://github.com/TimothyYe/ydict/pull/32
# yes i know theres `YDICT_DB`
patches =
(old.patches or [])
++ [
(prev.fetchurl {
url = "https://github.com/TimothyYe/ydict/commit/5bb0bc3f44922893a17993e295bbcac82c4a0170.patch";
sha256 = "sha256-Wg7p7dzosbbghSOTDB7duLL4ecmMjQd5trNXqHh29cU=";
})
];
});
}
)
];
};
}

View file

@ -83,7 +83,7 @@
bat bat
# cli # cli
#fastfetch fastfetch
wget wget
sops sops
skim skim