Separate out linux specific home-manager stuff

This commit is contained in:
2026-09-03 21:41:39 +02:00
parent 99df214e10
commit 930c7b6018
4 changed files with 15 additions and 6 deletions
+1
View File
@@ -9,5 +9,6 @@ lib.mkIf condition (
../home-modules
home
];
lumpiastyHome.linux = true;
}
)