For clarity's sake
This commit is contained in:
parent
948cb7c4b8
commit
cba0e7f963
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue