mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
7 lines
68 B
Nix
7 lines
68 B
Nix
{ ... }: {
|
|
imports = [
|
|
./home.nix
|
|
];
|
|
|
|
is-laptop = true;
|
|
}
|