Merge pull request 'drop bloatware module' (#475) from Mic92-HEAD into main
All checks were successful
assets1 / test (push) Successful in 20s
checks / test (push) Successful in 43s
checks-impure / test (push) Successful in 1m21s

This commit is contained in:
clan-bot 2023-11-08 13:49:35 +00:00
commit 766a5a2ae7
2 changed files with 0 additions and 10 deletions

View File

@ -1,9 +0,0 @@
{ lib, ... }: {
options.clan.bloatware = lib.mkOption {
type = lib.types.submodule {
imports = [
../../../lib/jsonschema/example-interface.nix
];
};
};
}

View File

@ -7,7 +7,6 @@
./networking.nix
inputs.sops-nix.nixosModules.sops
# just some example options. Can be removed later
./bloatware
./vm.nix
./options.nix
];