mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: back to xorg for gaming 😞
This commit is contained in:
parent
bbcf39a3ae
commit
05b626f912
7 changed files with 226 additions and 27 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue