Add xhost

This commit is contained in:
Pedro Rey Anca 2024-08-29 15:50:21 +02:00
parent 0d6e1d08c0
commit 7d86c46921

View file

@ -22,4 +22,6 @@
}; };
# To prevent getting stuck at shutdown # To prevent getting stuck at shutdown
systemd.extraConfig = "DefaultTimeoutStopSec=10s"; systemd.extraConfig = "DefaultTimeoutStopSec=10s";
environment.systemPackages = [pkgs.xorg.xhost]; # GParted (and others) won't start if not installed
} }