rearrange things and move home-manager to mkHostConfig function

This commit is contained in:
Lgmrszd 2024-05-31 16:06:16 +03:00
parent ee29846e7a
commit 9f4c4b396a
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE
3 changed files with 29 additions and 16 deletions

View file

@ -10,6 +10,7 @@ in
{
imports = [
./mounts.nix
./akkotest.nix
];
# boot.kernelPackages = pkgs.linuxPackages_zen;