summaryrefslogtreecommitdiff
path: root/home/packages.nix
diff options
context:
space:
mode:
authorstuebinm2022-12-06 18:35:32 +0100
committerstuebinm2022-12-06 18:35:32 +0100
commit845bd21f24a946863a0e649212d75f166ae590a4 (patch)
tree59e24e6c1f24f307e58c8f36c669f1fc36633301 /home/packages.nix
parent8a10ea437cf74619865e0966f8be8f16e6cba938 (diff)
home: emacs on wayland
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