diff --git a/hosts/dinictis/default.nix b/hosts/dinictis/default.nix new file mode 100644 index 0000000..ceee349 --- /dev/null +++ b/hosts/dinictis/default.nix @@ -0,0 +1,7 @@ +{ ... }: { + imports = [ + ../../profiles/desktop + ]; + + system.stateVersion = "23.11"; # Did you read the comment? +}