1
0
Fork 0
nixos-config/overlays/10-previews.nix

16 lines
501 B
Nix
Raw Normal View History

2020-05-21 23:13:42 +00:00
self: super:
2021-01-03 22:29:52 +00:00
let
laminarPkgs = import (builtins.fetchGit {
url = "https://github.com/maralorn/nixpkgs.git";
rev = "e37cd38effca0310cfe4d27583102175b4a456c9";
ref = "laminar";
}) { };
2021-01-06 00:52:29 +00:00
unstable = import super.sources.nixos-unstable { };
in {
laminar = laminarPkgs.laminar;
syncthingNext = unstable.syncthing;
2021-01-19 04:09:48 +00:00
vimPlugins = unstable.vimPlugins;
fzf = unstable.fzf;
2021-01-26 20:22:38 +00:00
matrix-synapse-tools.rust-synapse-compress-state = unstable.matrix-synapse-tools.rust-synapse-compress-state;
2021-01-06 00:52:29 +00:00
}