dend: wip home

This commit is contained in:
2026-03-27 18:49:27 +01:00
parent bb919f666b
commit a5c8c05c7c
40 changed files with 1463 additions and 11 deletions

View File

@@ -41,7 +41,9 @@
flake-parts.lib.mkFlake {inherit inputs;} {
systems = ["x86_64-linux"];
imports = [
inputs.home-manager.flakeModules.home-manager
./hosts/comfy-station
(./home + "/jonas@comfy-station")
(import-tree ./modules)
];
};