non important commit

This commit is contained in:
benstrb 2026-01-17 21:19:55 +01:00
parent e35c6505c1
commit 6e156d5eff

View file

@ -29,6 +29,12 @@
xwayland.enable = true; xwayland.enable = true;
}; };
environment.variables = {
WLR_NO_HARDWARE_CURSORS = "1";
# Force Intel GPU
__GLX_VENDOR_LIBRARY_NAME = "mesa";
};
nix.settings.experimental-features = ["nix-command" "flakes"]; nix.settings.experimental-features = ["nix-command" "flakes"];
nixpkgs.config = { nixpkgs.config = {