Add xhost
This commit is contained in:
parent
0d6e1d08c0
commit
7d86c46921
|
@ -22,4 +22,6 @@
|
|||
};
|
||||
# To prevent getting stuck at shutdown
|
||||
systemd.extraConfig = "DefaultTimeoutStopSec=10s";
|
||||
|
||||
environment.systemPackages = [pkgs.xorg.xhost]; # GParted (and others) won't start if not installed
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue