fix: shared config seems impossible for standalone home-manager

This commit is contained in:
2026-02-10 14:54:46 +01:00
parent cad516bdbe
commit 58deafb971
3 changed files with 2 additions and 14 deletions
-1
View File
@@ -1,7 +1,6 @@
{
inputs,
outputs,
...
}:
{
imports = [
+2
View File
@@ -12,4 +12,6 @@
username = "leonhard";
homeDirectory = "/home/leonhard";
};
kekleo.graphical = false;
}