diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-31 23:27:03 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-03-31 23:27:03 +0200 |
commit | b35eb6bbf6acb0084067be8f99360c9bcfb938b1 (patch) | |
tree | 694ef06f5e79ebd23ae791562b38d0a4cd2dda02 /hosts | |
parent | Dotfiles: Nvim: Use telescope file browser (diff) | |
download | nixos-config-b35eb6bbf6acb0084067be8f99360c9bcfb938b1.tar.gz nixos-config-b35eb6bbf6acb0084067be8f99360c9bcfb938b1.tar.bz2 nixos-config-b35eb6bbf6acb0084067be8f99360c9bcfb938b1.zip |
Hosts: Add fzf package
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 8725176..3f9d376 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -126,6 +126,7 @@ comma xclip strace + fzf inputs.deploy-rs.defaultPackage."${system}" ]; |