summaryrefslogtreecommitdiff
path: root/home/packages.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/packages.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/home/packages.nix b/home/packages.nix
index e6fc57f..0c8c383 100644
--- a/home/packages.nix
+++ b/home/packages.nix
@@ -12,7 +12,7 @@ let
in
{
home.packages = with pkgs; [
- (emacsWithPackages (epkgs: [ epkgs.exwm epkgs.pdf-tools epkgs.vterm ]))
+ inputs.emacs-overlay.packages.x86_64-linux.emacsPgtk
emacs-all-the-icons-fonts
# internet apps & clients
@@ -46,6 +46,8 @@ in
spago purescript # nodePackages.purescript-language-server nodejs
# rust
cargo rustc rust-analyzer rustfmt
+ # go
+ go gopls godef gore gocode gotests gomodifytags
# others
gcc cachix julia_16-bin python39
# nix things