assertions + more descriptive initializations
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
{
|
||||
imports = [ inputs.nix-gaming.nixosModules.platformOptimizations ];
|
||||
options.my.apps = {
|
||||
gaming.enable = lib.mkEnableOption "enable";
|
||||
switch.enable = lib.mkEnableOption "enable";
|
||||
gaming.enable = lib.mkEnableOption "gaming applications and emulators";
|
||||
switch.enable = lib.mkEnableOption "Nintendo Switch homebrew tools";
|
||||
};
|
||||
config = lib.mkIf config.my.apps.gaming.enable {
|
||||
# sops.secrets.switch-presence = lib.mkIf config.my.apps.gaming.switch.enable {
|
||||
|
||||
Reference in New Issue
Block a user