Migrate work-wsl to a fully systemd setup

This commit is contained in:
Andreas Zweili 2024-02-19 10:44:48 +01:00
parent fe4b4d6efc
commit 4c35cbb7a0
1 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@
...
}:
{
imports = [ "${inputs.self}/home-manager/modules" ];
imports = [ "${inputs.self}/home-manager/profiles/headless.nix" ];
programs.direnv = {
enable = true;
@ -79,5 +79,4 @@
};
};
};
systemd.user.startServices = "suggest";
}