diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-21 13:53:39 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-21 13:53:39 -0800 |
commit | 5be7c3f389496146d4cb91da2b6a0412cb7c1b16 (patch) | |
tree | 96478db2fb8d6bbf0904abf6b5f07bef115684ed /users/fcuny/cli | |
parent | docs: update wireguard setup (diff) | |
download | world-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 '')
-rw-r--r-- | users/fcuny/cli/default.nix | 1 | ||||
-rw-r--r-- | users/fcuny/devel/go.nix (renamed from users/fcuny/cli/go.nix) | 0 |
2 files changed, 0 insertions, 1 deletions
diff --git a/users/fcuny/cli/default.nix b/users/fcuny/cli/default.nix index b047eee..65f81bd 100644 --- a/users/fcuny/cli/default.nix +++ b/users/fcuny/cli/default.nix @@ -3,7 +3,6 @@ { imports = [ ./git.nix - ./go.nix ./tmux.nix ./yt-dlp.nix ./zsh.nix diff --git a/users/fcuny/cli/go.nix b/users/fcuny/devel/go.nix index 647da39..647da39 100644 --- a/users/fcuny/cli/go.nix +++ b/users/fcuny/devel/go.nix |