Clean up deprecated config

This commit is contained in:
Natsu Kagami 2024-08-07 14:52:11 +02:00
parent 7b53f1d945
commit e772814eed
Signed by: nki
GPG key ID: 55A032EB38B49ADB
4 changed files with 8 additions and 16 deletions

View file

@ -36,10 +36,6 @@
swapDevices =
[{ device = "/dev/disk/by-uuid/561f6441-1915-4059-a5e1-76a449b0c9bf"; }];
# GPU options
services.xserver.videoDrivers = [ "amdgpu" ];
hardware.opengl.enable = true;
# bluetooth usb
hardware.firmware = [ pkgs.rtl8761b-firmware ];
}