summary refs log tree commit diff
path: root/machines/wolfram/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/wolfram/default.nix')
-rw-r--r--machines/wolfram/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/machines/wolfram/default.nix b/machines/wolfram/default.nix
new file mode 100644
index 0000000..fc99002
--- /dev/null
+++ b/machines/wolfram/default.nix
@@ -0,0 +1,10 @@
+{ ... }:
+
+{
+  imports = [
+    ./hardware.nix
+    ./devices.nix
+  ];
+
+  system.stateVersion = "25.05";
+}