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

12 lines
308 B
Nix
Raw Normal View History

2020-05-21 23:13:42 +00:00
self: super:
let
2020-06-02 02:54:02 +00:00
unstable = import self.sources.unstable { };
in {
systemd-next = unstable.systemd;
2020-05-21 23:13:42 +00:00
gnome3 = super.gnome3 // {
inherit (unstable.gnome3) gnome-keyring seahorse gdm;
};
2020-06-02 00:06:20 +00:00
inherit (unstable)
2020-07-13 11:37:01 +00:00
aqbanking neovim vimPlugins syncthing nerdfonts ormolu ghcid go-neb; # riot-desktop;
2020-06-02 00:06:20 +00:00
}