Enable fzf

This commit is contained in:
Andreas Zweili 2022-05-26 11:07:41 +02:00
parent 5ce8793dfd
commit 6452e4755c
6 changed files with 12 additions and 0 deletions

View File

@ -9,6 +9,7 @@
(import ./software/emacs { inherit custom pkgs; })
./software/email
./software/evince
./software/fzf
./software/git
./software/grobi
./software/keeweb

View File

@ -2,6 +2,7 @@
{
imports = [
(import ./common { inherit custom inputs; })
./software/fzf
./software/git
./software/vim
./software/starship

View File

@ -4,6 +4,7 @@
(import ./common { inherit custom inputs; })
./software/emacs
./software/email
./software/fzf
./software/git
./software/starship
./software/vim

View File

@ -28,6 +28,7 @@
epkgs.dired-hide-dotfiles
epkgs.direnv
epkgs.discover-my-major
epkgs.eglot
epkgs.elisp-refs
epkgs.elpy
epkgs.epl

View File

@ -0,0 +1,7 @@
{ ... }:
{
programs.fzf = {
enable = true;
enableBashIntegration = true;
};
}

View File

@ -4,6 +4,7 @@
./common
./software/ansible
./software/emacs
./software/fzf
./software/git
./software/starship
./software/vagrant-wsl