nix-config/hosts/laptop2/home.nix
smayzy b73a6f488b
All checks were successful
nixos config pipeline / show-flake (push) Successful in 40s
nixos config pipeline / deploy (push) Successful in 1m13s
add laptop2
2026-04-04 10:26:03 +02:00

8 lines
56 B
Nix

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