1
0
Fork 0
nixos-config/overlays/10-previews.nix
2020-06-16 00:39:43 +02:00

12 lines
292 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 go-neb; # riot-desktop;
}