mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
15 lines
184 B
Nix
15 lines
184 B
Nix
{
|
|
lib,
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
../../modules
|
|
];
|
|
|
|
nixpkgs.hostPlatform = "x86_64-linux";
|
|
ricing.basic.enable = false;
|
|
|
|
user.lighthouse.enable = true;
|
|
}
|