Bobby Rong 2024-08-24 22:34:51 +08:00
parent 322b4d64c6
commit 8e75a28e4e
No known key found for this signature in database

View File

@ -10,6 +10,9 @@ import ./make-test-python.nix ({ pkgs, lib, ...} :
{
imports = [ ./common/user-account.nix ];
# Workaround ".gala-wrapped invoked oom-killer"
virtualisation.memorySize = 2047;
services.xserver.enable = true;
services.xserver.desktopManager.pantheon.enable = true;