add steam
This commit is contained in:
parent
e6d32e5e6c
commit
1fe2d1479f
4 changed files with 4 additions and 22 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
networking.hostName = "foureighty";
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_latest_hardened;
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
extraModulePackages = with config.boot.kernelPackages; [ wireguard ];
|
||||
initrd.kernelModules = [ "i915" ];
|
||||
initrd.availableKernelModules = [
|
||||
|
@ -16,26 +16,6 @@
|
|||
"mds=full"
|
||||
];
|
||||
|
||||
kernelPatches = [ {
|
||||
name = "native";
|
||||
patch = null;
|
||||
extraConfig = ''
|
||||
SLAB_FREELIST_RANDOM y
|
||||
SLAB_FREELIST_HARDENED y
|
||||
REFCOUNT_FULL y
|
||||
MODVERSIONS y
|
||||
GENERIC_CPU n
|
||||
MCORE2 y
|
||||
X86_INTEL_USERCOPY y
|
||||
X86_USE_PPRO_CHECKSUM y
|
||||
X86_P6_NOP y
|
||||
X86_INTEL_MPX y
|
||||
KEXEC n
|
||||
IA32_EMULATION y
|
||||
X86_X32 y
|
||||
'';
|
||||
} ];
|
||||
|
||||
initrd.luks.devices = [
|
||||
{
|
||||
name = "root";
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
hardware.pulseaudio = {
|
||||
enable = true;
|
||||
package = pkgs.pulseaudioFull;
|
||||
support32Bit = true;
|
||||
extraModules = [ pkgs.pulseaudio-modules-bt ];
|
||||
};
|
||||
hardware.u2f.enable = true;
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
s3tcSupport = true;
|
||||
extraPackages = with pkgs; [
|
||||
vaapiIntel
|
||||
|
|
|
@ -15,7 +15,7 @@ in
|
|||
};
|
||||
home.packages = with pkgs; [
|
||||
wirelesstools ranger xpdf apvlv unstable.xidlehook blueman
|
||||
fontconfig nodejs rustup gcc gdb
|
||||
fontconfig nodejs rustup gcc gdb steam
|
||||
binutils xclip pkgconfig veracrypt gitAndTools.diff-so-fancy
|
||||
openjdk gimp restic glxinfo discord ghc
|
||||
unstable.notable jq awscli evince signal-desktop
|
||||
|
|
Loading…
Reference in a new issue