This commit is contained in:
2026-03-03 12:16:25 +01:00
parent 963409c6d1
commit e42b379ae8

View File

@@ -0,0 +1,5 @@
{ inputs, ... }: {
imports = [
inputs.home-manager.flakeModules.home-manager
];
}