diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-16 16:28:59 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-16 16:28:59 -0800 |
commit | 216664122f25fe3a07f9727a08594749ef372a28 (patch) | |
tree | b5ade6e5229b49b75f0f6873b151d64d2f108bfb /users | |
parent | hosts: remove btrfs subvolume 'media' (diff) | |
download | world-216664122f25fe3a07f9727a08594749ef372a28.tar.gz |
home-manager: install a few more packages
Diffstat (limited to 'users')
-rw-r--r-- | users/fcuny/cli/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/fcuny/cli/default.nix b/users/fcuny/cli/default.nix index a3a62e2..b047eee 100644 --- a/users/fcuny/cli/default.nix +++ b/users/fcuny/cli/default.nix @@ -10,6 +10,8 @@ ]; home.packages = [ + pkgs.gcc + pkgs.gnumake pkgs.jq pkgs.ripgrep ]; |