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
|
dbus
|
||||||
direnv
|
direnv
|
||||||
git
|
git
|
||||||
|
vim
|
||||||
nix-index
|
nix-index
|
||||||
python3
|
python3
|
||||||
fzf
|
fzf
|
||||||
|
@ -80,7 +81,7 @@ with config;
|
||||||
direnv # shell environment management
|
direnv # shell environment management
|
||||||
pre-commit # Pre-commit tasks for git
|
pre-commit # Pre-commit tasks for git
|
||||||
minio-client # S3 management
|
minio-client # S3 management
|
||||||
|
|
||||||
# nix tools
|
# nix tools
|
||||||
nvd
|
nvd
|
||||||
];
|
];
|
||||||
|
|
|
@ -4,13 +4,11 @@
|
||||||
|
|
||||||
with config;
|
with config;
|
||||||
{
|
{
|
||||||
|
# git & vim are in global
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
jq
|
jq
|
||||||
yq
|
yq
|
||||||
btop
|
btop
|
||||||
vim
|
|
||||||
git
|
|
||||||
dnsutils
|
dnsutils
|
||||||
nix
|
nix
|
||||||
|
|
||||||
|
|
Reference in a new issue