Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions users/refnode/common/optional/development.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{ pkgs, ... }:

{
# General development and SCM tools

home.packages = with pkgs; [
# SCM tools
git-annex
git-bug
gh
unstable.lazygit
unstable.glab

# refnode's own tooling
ref-git-bare-clone-update

# Development utilities
cookiecutter
];
}
8 changes: 1 addition & 7 deletions users/refnode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
./common/optional/mailtools.nix
./common/optional/backup.nix
./common/optional/golang.nix
./common/optional/development.nix
];

# specify my home-manager configs
Expand All @@ -33,12 +34,7 @@
ref-main
ref-irc
ref-pathlist
ref-git-bare-clone-update
cookiecutter
qmk
git-annex
git-bug
gh
gopass
gopass-jsonapi
zenith
Expand Down Expand Up @@ -72,8 +68,6 @@
unstable.ripgrep
unstable.awscli2
unstable.google-cloud-sdk
unstable.lazygit
unstable.glab
unstable.graphviz
unstable.plantuml-c4
unstable.ffmpeg_7
Expand Down
Loading