summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/x11
diff options
context:
space:
mode:
authorFriedrich Altheide <11352905+FriedrichAltheide@users.noreply.github.com>2024-02-14 10:33:43 +0100
committerFriedrich Altheide <11352905+FriedrichAltheide@users.noreply.github.com>2024-03-26 11:47:00 +0100
commitf0887fa04002e9dcdb687c91588dea09fd645a6c (patch)
tree758190866712ae1529dd7f61f986edfe0e5bf8a1 /nixos/modules/services/x11
parentb3fd69b2616bf555b1de1b5e4585c125951ee018 (diff)
virtualbox: fix guest additions resize support
- Build virtualbox guest additions from source and fix paths - Install VBoxDRMClient to support resizing - Support resizing on wayland and x11 - Adding multiple new options - clipboard - seamless - Removing x11 option - Support linux 6.8
Diffstat (limited to 'nixos/modules/services/x11')
-rw-r--r--nixos/modules/services/x11/display-managers/xpra.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/display-managers/xpra.nix b/nixos/modules/services/x11/display-managers/xpra.nix
index 0861530f21e8..3e7c6b01b3e9 100644
--- a/nixos/modules/services/x11/display-managers/xpra.nix
+++ b/nixos/modules/services/x11/display-managers/xpra.nix
@@ -251,7 +251,6 @@ in
environment.systemPackages = [pkgs.xpra];
- virtualisation.virtualbox.guest.x11 = false;
hardware.pulseaudio.enable = mkDefault cfg.pulseaudio;
hardware.pulseaudio.systemWide = mkDefault cfg.pulseaudio;
};