summaryrefslogtreecommitdiff
path: root/systems/nzxt-desktop/system.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-08-30 11:10:35 -0400
committertriethyl <triethylammonium@pm.me>2025-08-30 11:10:35 -0400
commit309fa304ac7d509b7316e98b56da801876bb6a74 (patch)
treefa6ce6ba269b586da7f99de10c5c8ba00738ef0d /systems/nzxt-desktop/system.nix
parent97799fa0927ca00e12f055df95fa87c71ff2e9fb (diff)
features: added virtualbox
Diffstat (limited to 'systems/nzxt-desktop/system.nix')
-rw-r--r--systems/nzxt-desktop/system.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/nzxt-desktop/system.nix b/systems/nzxt-desktop/system.nix
index 2f224fa..db42aa1 100644
--- a/systems/nzxt-desktop/system.nix
+++ b/systems/nzxt-desktop/system.nix
@@ -19,7 +19,8 @@
"wheel"
"audio"
"video"
- "libvirtd"
+ "libvirtd" # VmWare User
+ "vboxusers" # Virtualbox user
];
};
@@ -27,7 +28,6 @@
gui = {
apps = {
steam.enable = true;
- vmware.enable = false;
};
desktops = {
niri.enable = true;