diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-19 00:45:07 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-19 00:45:07 +0100 |
commit | 1cf58bf2048bea1655859cad7fb5e316a8288198 (patch) | |
tree | be5ef5a6947bc7dfc13273d8b9df209907e1933d /hosts/configuration.nix | |
parent | Dotfiles: Nvim: Install neotree (diff) | |
download | nixos-config-1cf58bf2048bea1655859cad7fb5e316a8288198.tar.gz nixos-config-1cf58bf2048bea1655859cad7fb5e316a8288198.tar.bz2 nixos-config-1cf58bf2048bea1655859cad7fb5e316a8288198.zip |
Config: Add ripgrep and gcc
Diffstat (limited to 'hosts/configuration.nix')
-rw-r--r-- | hosts/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 05871d9..2142836 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -105,6 +105,8 @@ alsa-utils python3 killall + ripgrep + gcc wget gitFull git-crypt |