feat: back to xorg for gaming 😞

This commit is contained in:
oddlama 2023-09-13 17:28:23 +02:00
parent bbcf39a3ae
commit 05b626f912
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
7 changed files with 226 additions and 27 deletions

View file

@ -177,27 +177,7 @@ in {
};
home.packages = with pkgs; [
xdg-utils
wdisplays
wl-clipboard
pinentry # For yubikey
xdragon
];
home.pointerCursor = {
gtk.enable = true;
name = "Adwaita-dark";
package = pkgs.gnome.adwaita-icon-theme;
# TODO XXX: not working
size = 24;
};
# Needed to fix cursors in firefox under wayland, see https://github.com/NixOS/nixpkgs/issues/207339#issuecomment-1374497558
gtk = {
enable = true;
theme = {
package = pkgs.gnome.gnome-themes-extra;
name = "Adwaita-dark";
};
};
}