diff options
author | Leonardo Santiago <[email protected]> | 2024-10-13 15:52:57 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-10-13 15:52:57 -0300 |
commit | 01b442dee4d7d3d2b404a17d0e9adeb66593a54b (patch) | |
tree | e2194482ed3d49a05c72a949a63215f1aa1c06cb /hosts | |
parent | 0e43cf2ab2d5e7643ce9bca30ba649800465bcb9 (diff) |
small fixes
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 = { |