update to packages

This commit is contained in:
Cyryl Płotnicki 2019-12-14 10:43:52 +00:00
parent b6bf143615
commit d142a78d8b
4 changed files with 7 additions and 3 deletions

View file

@ -52,6 +52,5 @@
../boot.nix
../common.nix
../gfx-intel.nix
../virtualbox.nix
];
}

View file

@ -17,6 +17,11 @@ in
nixpkgs.config = {
allowUnfree = true;
packageOverrides = pkgs: {
unstable = import unstableTarball {
config = config.nixpkgs.config;
};
};
};
environment.systemPackages = with pkgs; [

View file

@ -4,7 +4,7 @@
home.packages = with pkgs; [
passff-host
gnome3.gnome-screenshot
xpdf apvlv unstable.xidlehook blueman
xpdf apvlv xidlehook blueman
fontconfig xclip gimp glxinfo
notable evince signal-desktop
libreoffice unstable.tor-browser-bundle-bin vlc

View file

@ -4,6 +4,6 @@
enable = true;
enableExtensionPack = true;
enableHardening = true;
package = pkgs.virtualbox.override { enable32bitGuests = false; };
package = pkgs.unstable.virtualbox.override { enable32bitGuests = false; };
};
}