···115115 den.provides.home-manager
116116 ];
117117118118- # any file can contribute to this module, so
119119- # best practice is to keep concerns separated
120120- # each on their own file, instead of huge
121121- # modules in here.
118118+ # any file can contribute to this aspect, so
119119+ # best practice is to keep concerns separated,
120120+ # each on their own file, instead of having huge
121121+ # modules in a single file:
122122123123 # any NixOS configuration
124124 nixos = {
125125- # This is a nixos module, see nixos options.
125125+ # A nixos class module, see NixOS options.
126126 # import third-party NixOS modules
127127 imports = [
128128 inputs.disko.nixosModules.disko
···131131 };
132132 # any nix-darwin configuration
133133 darwin = {
134134- # This is a nix-darwin module.
135134 # import third-party Darwin modules
136135 imports = [
137136 inputs.nix-homebrew.darwinModules.nix-homebrew