mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Update config for amd instead of nvidia gpu
This commit is contained in:
@@ -15,7 +15,10 @@
|
||||
};
|
||||
|
||||
services = {
|
||||
xserver.libinput.enable = true;
|
||||
xserver = {
|
||||
libinput.enable = true;
|
||||
videoDrivers = [ "modesetting" "nvidia" ];
|
||||
};
|
||||
};
|
||||
|
||||
boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
|
||||
|
||||
Reference in New Issue
Block a user