aboutsummaryrefslogtreecommitdiff
path: root/nix/users/fcuny/dev.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nix/users/fcuny/dev.nix (renamed from nix/users/fcuny/go.nix)9
1 files changed, 9 insertions, 0 deletions
diff --git a/nix/users/fcuny/go.nix b/nix/users/fcuny/dev.nix
index c6c9cf6..7126723 100644
--- a/nix/users/fcuny/go.nix
+++ b/nix/users/fcuny/dev.nix
@@ -1,10 +1,19 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
+ # go
go-tools
golangci-lint
gopls
delve
+
+ # nix
+ nil # nix lsp
+ nix-direnv # integration with direnv
+ nixfmt-rfc-style # new formatter
+
+ # rust
+ rustup
];
programs.go = {