diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/larissa.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/larissa.nix b/hosts/larissa.nix index ca41367..b400f53 100644 --- a/hosts/larissa.nix +++ b/hosts/larissa.nix @@ -39,6 +39,7 @@ power-profiles-daemon.enable = lib.mkDefault true; touchegg.enable = true; fwupd.enable = true; + xserver.videoDrivers = [ "amdgpu" ]; libinput = { enable = true; touchpad = { |