cfg/mod/default.nix
2025-05-31 00:20:26 +02:00

7 lines
70 B
Nix

{ ... }:
{
imports = [ ];
home = {
imports = [ ./hm ];
};
}