feat: add hint about fixing minecraft crashing xorg-server

This commit is contained in:
oddlama 2023-09-16 01:02:57 +02:00
parent c01ab50eda
commit 0994bba279
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 17 additions and 2 deletions

View file

@ -1,4 +1,9 @@
{config, pkgs,lib,...}:{
{
config,
pkgs,
lib,
...
}: {
services.xserver = {
enable = true;
dpi = 96;