set up eevee

This commit is contained in:
Vivian 2023-04-22 17:38:18 +02:00
parent e1b3bcc447
commit a3d7fdaea4
14 changed files with 64 additions and 26 deletions

View file

@ -1,20 +0,0 @@
{ pkgs, ... }: {
hardware.enableAllFirmware = true;
hardware.bluetooth.enable = true;
services.hardware.bolt.enable = true;
# Vulkan
# hardware.opengl.driSupport = true;
# hardware.opengl.extraPackages = with pkgs; [
# amdvlk
# rocm-opencl-icd
# rocm-opencl-runtime
# ];
# systemd.tmpfiles.rules =
# [ "L+ /opt/rocm/hip - - - - ${pkgs.hip}" ];
# SSD Trim
services.fstrim.enable = true;
}