darwin added

This commit is contained in:
Matthew Bessette
2026-02-25 10:40:20 -05:00
parent a626098656
commit 258ffea293
7 changed files with 176 additions and 101 deletions

View File

@@ -5,7 +5,6 @@
./hardware-configuration.nix
../../nixos-modules
inputs.home-manager.nixosModules.default
inputs.vscode-server.nixosModules.default
];
# This value determines the NixOS release from which the default
@@ -100,6 +99,5 @@
enable = true;
};
services.vscode-server.enable = true;
virtualisation.docker.enable = true;
}