updates
This commit is contained in:
parent
69532526d7
commit
962ab4d99e
3 changed files with 9 additions and 3 deletions
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
hardware.video.hidpi.enable = lib.mkDefault true;
|
||||
|
||||
fileSystems."/mnt/data" =
|
||||
{ device = "/dev/disk/by-label/data";
|
||||
|
|
@ -19,6 +18,9 @@
|
|||
|
||||
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||
|
||||
#scaling
|
||||
services.xserver.dpi =
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
rocm-opencl-icd
|
||||
rocm-opencl-runtime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue