···1+# A best practice is not to use a single file
2+# but split into modules in directories.
3+{
4+ # den.aspects.my-laptop = { };
5+ # den.aspects.my-user = { };
6+}
+9
templates/minimal/modules/defaults.nix
···000000000
···1+# User TODO: Remove this file.
2+{
3+ # default aspect can be used for global static settings.
4+ den.default = {
5+ darwin.system.stateVersion = 6;
6+ nixos.system.stateVersion = "25.05";
7+ homeManager.home.stateVersion = "25.05";
8+ };
9+}