removed virtual box

This commit is contained in:
kenji
2025-12-22 08:38:46 -06:00
parent 47f2d1bd2a
commit 86742306cb
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -12,7 +12,6 @@
lact lact
lm_sensors lm_sensors
grim grim
easyeffects
]; ];
imports = [ imports = [
# ../../packages/virtualbox/default.nix # ../../packages/virtualbox/default.nix
+3
View File
@@ -13,4 +13,7 @@
edk2-uefi-shell edk2-uefi-shell
libreoffice libreoffice
]; ];
services.easyeffects = {
enable = true;
};
} }