1
0
Fork 0

Disable previews

This commit is contained in:
Malte Brandy 2020-09-16 19:34:51 +02:00
parent 7c5dce9fbd
commit 334a87dfb8
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -3,11 +3,4 @@ let
unstable = import self.sources.unstable { };
nixpkgs-master = import self.sources.nixpkgs-master { };
in {
systemd-next = unstable.systemd;
gnome3 = super.gnome3 // {
inherit (unstable.gnome3) gnome-keyring seahorse gdm;
};
inherit (unstable)
aqbanking neovim vimPlugins syncthing nerdfonts ormolu ghcid go-neb fzf nixpkgs-fmt;
inherit (nixpkgs-master) element-web element-desktop;
}