mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: add hint about fixing minecraft crashing xorg-server
This commit is contained in:
parent
c01ab50eda
commit
0994bba279
3 changed files with 17 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
|||
{config, pkgs,lib,...}:{
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
dpi = 96;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue