Files
2026-03-09 10:50:12 +03:00

7 lines
102 B
Nix

{ ... }@flakeContext:
{
homeConfigurations = {
default = import ./home.nix flakeContext;
};
}