mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-05-13 05:32:51 +02:00
7 lines
68 B
Nix
7 lines
68 B
Nix
{ ... }: {
|
|
imports = [
|
|
./home.nix
|
|
];
|
|
|
|
is-laptop = true;
|
|
}
|