Add NixOS 24.11

This commit is contained in:
Greg Hellings
2025-01-22 09:53:33 -06:00
parent 698d08741b
commit 32a24181f3
15 changed files with 242 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{ ... }:
{
virtualisation.vmware.guest = {
enable = true;
headless = false;
};
}