Move git/vim to global.
This commit is contained in:
parent
9679110d69
commit
1b6ef33e64
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
];
|
||||
|
|
|
@ -4,13 +4,11 @@
|
|||
|
||||
with config;
|
||||
{
|
||||
|
||||
# git & vim are in global
|
||||
environment.systemPackages = with pkgs; [
|
||||
jq
|
||||
yq
|
||||
btop
|
||||
vim
|
||||
git
|
||||
dnsutils
|
||||
nix
|
||||
|
||||
|
|
Reference in a new issue