config/homes/laptop/default.nix

8 lines
68 B
Nix

{
imports = [
./home.nix
./shell.nix
./ssh.nix
];
}