configuration.nix/home/laptop/default.nix

6 lines
47 B
Nix

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