Move common into imports

This follows the same pattern as modules
This commit is contained in:
2026-05-15 15:36:11 +00:00
parent a57b0f2fef
commit f878110e49
3 changed files with 8 additions and 2 deletions
+4
View File
@@ -10,6 +10,10 @@ let
haremote-unit = utils.escapeSystemdPath haremote-path;
in
{
imports = [
../common/home.nix
];
services.vscode-server.enable = true;
services.vscode-server.installPath = [
"$HOME/.vscode-server"