nixos/home-manager/laptop.nix
2026-04-19 18:18:11 +02:00

7 lines
68 B
Nix

{ ... }: {
imports = [
./home.nix
];
is-laptop = true;
}