Move git/vim to global.

This commit is contained in:
Joseph Hanson 2024-05-11 08:03:38 -05:00
parent 9679110d69
commit 1b6ef33e64
2 changed files with 3 additions and 4 deletions

View file

@ -34,6 +34,7 @@ with config;
dbus
direnv
git
vim
nix-index
python3
fzf
@ -80,7 +81,7 @@ with config;
direnv # shell environment management
pre-commit # Pre-commit tasks for git
minio-client # S3 management
# nix tools
nvd
];

View file

@ -4,13 +4,11 @@
with config;
{
# git & vim are in global
environment.systemPackages = with pkgs; [
jq
yq
btop
vim
git
dnsutils
nix