summaryrefslogtreecommitdiff
path: root/home-config
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-10-26 15:08:38 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-10-26 15:08:38 -0400
commit99399daf3aba8272dcec83e45594bf094d7559c8 (patch)
tree992b5eb5c8f54e1c334533a7f8303555b9159317 /home-config
parent6816354babcb412b0ca03308d387fe1964544bfe (diff)
switched go to guix
Diffstat (limited to 'home-config')
-rw-r--r--home-config/home-configuration.scm1
-rw-r--r--home-config/nix-home-manager/home.nix1
2 files changed, 1 insertions, 1 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm
index d6ff707..89a4511 100644
--- a/home-config/home-configuration.scm
+++ b/home-config/home-configuration.scm
@@ -80,6 +80,7 @@
80 "texlive-etoolbox" 80 "texlive-etoolbox"
81 "zathura" 81 "zathura"
82 "zathura-pdf-mupdf" 82 "zathura-pdf-mupdf"
83 "go"
83 "fzf" 84 "fzf"
84 "weechat" 85 "weechat"
85 "gimp" 86 "gimp"
diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix
index c73478e..c535157 100644
--- a/home-config/nix-home-manager/home.nix
+++ b/home-config/nix-home-manager/home.nix
@@ -30,7 +30,6 @@
30 yt-dlp 30 yt-dlp
31 #pass 31 #pass
32 rustup 32 rustup
33 go
34 nodePackages.pnpm 33 nodePackages.pnpm
35 gcc 34 gcc
36 pkg-config 35 pkg-config