summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/hel.nix b/hel.nix
index dae91619..9fc941be 100644
--- a/hel.nix
+++ b/hel.nix
@@ -39,13 +39,7 @@
39 defaultLocale = "en_US.UTF-8"; 39 defaultLocale = "en_US.UTF-8";
40 }; 40 };
41 41
42 boot.kernelPackages = pkgs.linuxPackages_4_7 // { 42 boot.kernelPackages = pkgs.linuxPackages_4_7;
43 virtualbox = pkgs.linuxPackages.virtualbox.override {
44 enableExtensionPack = true;
45 pulseSupport = true;
46 kernel = pkgs.linux_4_7;
47 };
48 };
49 43
50 environment.systemPackages = with pkgs; [ 44 environment.systemPackages = with pkgs; [
51 git 45 git