aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/cli
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/cli
parentdocs: update wireguard setup (diff)
downloadinfra-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/cli')
-rw-r--r--users/fcuny/cli/default.nix1
-rw-r--r--users/fcuny/cli/go.nix8
2 files changed, 0 insertions, 9 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/cli/go.nix
deleted file mode 100644
index 647da39..0000000
--- a/users/fcuny/cli/go.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- programs.go = {
- enable = true;
- goPath = ".local/share/pkg.go";
- goBin = ".local/bin.go";
- goPrivate = [ "git.fcuny.net" "golang.fcuny.net" ];
- };
-}