1
0
Fork 0
nixos-config/overlays/10-previews.nix
2020-06-28 19:50:15 +02:00

12 lines
298 B
Nix

self: super:
let
unstable = import self.sources.unstable { };
in {
systemd-next = unstable.systemd;
gnome3 = super.gnome3 // {
inherit (unstable.gnome3) gnome-keyring seahorse gdm;
};
inherit (unstable)
neovim vimPlugins syncthing nerdfonts ormolu ghcid go-neb; # riot-desktop;
}