NixOS configuration for Thor
This commit is contained in:
parent
8e3264376e
commit
77c516cec2
2 changed files with 137 additions and 24 deletions
|
|
@ -7,6 +7,8 @@
|
|||
{
|
||||
imports =
|
||||
[
|
||||
<nixos-hardware/common/cpu/amd>
|
||||
<nixos-hardware/common/pc/laptop/ssd>
|
||||
./base.nix
|
||||
];
|
||||
|
||||
|
|
@ -14,13 +16,6 @@
|
|||
|
||||
hardware.cpu.intel.updateMicrocode = config.hardware.enableRedistributableFirmware;
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
vaapiIntel
|
||||
vaapiVdpau
|
||||
libvdpau-va-gl
|
||||
intel-media-driver
|
||||
];
|
||||
|
||||
services.xserver = {
|
||||
videoDrivers = [ "nvidia" ];
|
||||
displayManager.sddm = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue