about summary refs log tree commit diff
path: root/users/fcuny/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-21 13:53:39 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-21 13:53:39 -0800
commit5be7c3f389496146d4cb91da2b6a0412cb7c1b16 (patch)
tree96478db2fb8d6bbf0904abf6b5f07bef115684ed /users/fcuny/default.nix
parentdocs: update wireguard setup (diff)
downloadworld-5be7c3f389496146d4cb91da2b6a0412cb7c1b16.tar.gz
devel: create new directory for devel modules
Add python, and move go from the cli modules. Install these modules only
if we're a "desktop".
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;