about summary refs log tree commit diff
path: root/users/fcuny/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/default.nix')
-rw-r--r--users/fcuny/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/default.nix b/users/fcuny/default.nix
index 755f59e..fa6a24a 100644
--- a/users/fcuny/default.nix
+++ b/users/fcuny/default.nix
@@ -3,7 +3,7 @@
 {
   imports =
     [./cli ]
-    ++ (if desktop then [./desktop] else [ ]);
+    ++ (if desktop then [./desktop ./devel] else [ ]);
 
   programs.home-manager.enable = true;