For clarity's sake

This commit is contained in:
Nox Sluijtman 2023-12-16 20:13:37 +01:00
parent 948cb7c4b8
commit cba0e7f963

View file

@ -1,8 +1,8 @@
{ lib, config, ... }: { lib, config, ... }:
with lib; with lib;
let cfg = config.nixSettings; let cfg = config.voidcruiser.nixSettings;
in { in {
options.nixSettings = { options.voidcruiser.nixSettings = {
gc = { gc = {
automatic = mkOption { automatic = mkOption {
type = types.bool; type = types.bool;