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
|
../boot.nix
|
||||||
../common.nix
|
../common.nix
|
||||||
../gfx-intel.nix
|
../gfx-intel.nix
|
||||||
../virtualbox.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,11 @@ in
|
||||||
|
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
|
packageOverrides = pkgs: {
|
||||||
|
unstable = import unstableTarball {
|
||||||
|
config = config.nixpkgs.config;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
passff-host
|
passff-host
|
||||||
gnome3.gnome-screenshot
|
gnome3.gnome-screenshot
|
||||||
xpdf apvlv unstable.xidlehook blueman
|
xpdf apvlv xidlehook blueman
|
||||||
fontconfig xclip gimp glxinfo
|
fontconfig xclip gimp glxinfo
|
||||||
notable evince signal-desktop
|
notable evince signal-desktop
|
||||||
libreoffice unstable.tor-browser-bundle-bin vlc
|
libreoffice unstable.tor-browser-bundle-bin vlc
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableExtensionPack = true;
|
enableExtensionPack = true;
|
||||||
enableHardening = true;
|
enableHardening = true;
|
||||||
package = pkgs.virtualbox.override { enable32bitGuests = false; };
|
package = pkgs.unstable.virtualbox.override { enable32bitGuests = false; };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue