···11+# A best practice is not to use a single file
22+# but split into modules in directories.
33+{
44+ # den.aspects.my-laptop = { };
55+ # den.aspects.my-user = { };
66+}
+9
templates/minimal/modules/defaults.nix
···11+# User TODO: Remove this file.
22+{
33+ # default aspect can be used for global static settings.
44+ den.default = {
55+ darwin.system.stateVersion = 6;
66+ nixos.system.stateVersion = "25.05";
77+ homeManager.home.stateVersion = "25.05";
88+ };
99+}