update: reformat nixosModules options
This commit is contained in:
parent
0ba3786557
commit
2531504b58
19 changed files with 50 additions and 43 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ lib, config, pkgs, ... }: {
|
||||
|
||||
options = {
|
||||
settings.drivers.ipod.enable = lib.mkEnableOption "Enable necessary software for ipod communication";
|
||||
options.settings.drivers.ipod = {
|
||||
enable = lib.mkEnableOption "Enable necessary software for ipod communication";
|
||||
};
|
||||
|
||||
config = lib.mkIf config.settings.drivers.ipod.enable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue