CrOS/hosts/WCE-Lighthouse/default.nix
TheWanderingCrow 62ccd0a91e remove ricing
2025-01-29 11:20:05 -05:00

13 lines
150 B
Nix

{
lib,
config,
pkgs,
...
}: {
imports = [
../../modules
];
nixpkgs.hostPlatform = "x86_64-linux";
ricing.basic.enable = false;
}