This commit is contained in:
2025-08-07 01:39:26 +03:00
parent 09ce473994
commit 185d6e22b4
16 changed files with 16 additions and 39 deletions
+6
View File
@@ -0,0 +1,6 @@
{ ... }@flakeContext:
{
homeConfigurations = {
default = import ./home.nix flakeContext;
};
}