summary refs log tree commit diff
path: root/machines/wolfram
diff options
context:
space:
mode:
Diffstat (limited to 'machines/wolfram')
-rw-r--r--machines/wolfram/home.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/wolfram/home.nix b/machines/wolfram/home.nix
index 8f27ed2..602453d 100644
--- a/machines/wolfram/home.nix
+++ b/machines/wolfram/home.nix
@@ -3,6 +3,9 @@
 {
   imports = [
     ../../modules/home/common.nix
+
+    # technically not a desktop, but good enough for now
+    ../../modules/home/desktop.nix
   ];
 
   home.stateVersion = "25.05";