update to packages
This commit is contained in:
parent
b6bf143615
commit
d142a78d8b
4 changed files with 7 additions and 3 deletions
|
@ -52,6 +52,5 @@
|
|||
../boot.nix
|
||||
../common.nix
|
||||
../gfx-intel.nix
|
||||
../virtualbox.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -17,6 +17,11 @@ in
|
|||
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
packageOverrides = pkgs: {
|
||||
unstable = import unstableTarball {
|
||||
config = config.nixpkgs.config;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
enable = true;
|
||||
enableExtensionPack = true;
|
||||
enableHardening = true;
|
||||
package = pkgs.virtualbox.override { enable32bitGuests = false; };
|
||||
package = pkgs.unstable.virtualbox.override { enable32bitGuests = false; };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue