diff --git a/nix/nixos-modules/allCommon.nix b/nix/nixos-modules/allCommon.nix index 4ad6259..254da5e 100644 --- a/nix/nixos-modules/allCommon.nix +++ b/nix/nixos-modules/allCommon.nix @@ -1,14 +1,15 @@ # applies to all of my machines # examples: PCs, laptops, VMs, hypervisors, ... -{ - config, - lib, - pkgs, - ... -}: let +{ config +, lib +, pkgs +, ... +}: +let cfg = config.x-banananetwork.allCommon; -in { +in +{ options = {