A lot of little fix on errors

This commit is contained in:
2026-01-25 11:15:18 +01:00
parent 69dc28534e
commit 38852f47a9
6 changed files with 14 additions and 16 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
home-manager = {
extraSpecialArgs = { inherit inputs; };
users = {
alistreaza = import ../home-manager/home.nix;
alistreaza = import ../../home-manager/home.nix;
};
};
}