Compare commits

..

2 commits

Author SHA1 Message Date
105d397780 fix(nix): reorder ssh-tresor in system packages list
- Corrected the position of `ssh-tresor` in the package list for consistency.
- Ensures proper alphabetical ordering in the services configuration.
2026-03-12 10:40:28 +01:00
86c83b8fc2 feat(nix): add gitbutler to system packages
- Included `gitbutler` in the list of default system packages.
- Enhances git workflow automation and streamlines repository management.
2026-03-12 10:40:22 +01:00

View file

@ -53,6 +53,7 @@ in
git git
git-crypt git-crypt
git-delete-merged-branches git-delete-merged-branches
gitbutler
home-manager home-manager
htop htop
killall killall
@ -65,8 +66,8 @@ in
rrsync rrsync
s-tui s-tui
sbctl sbctl
ssh-tresor
sops sops
ssh-tresor
strace strace
tmux tmux
unixtools.net-tools unixtools.net-tools