pinwheel: add fzf module
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
./modules/swaylock
|
./modules/swaylock
|
||||||
./modules/dunst
|
./modules/dunst
|
||||||
./modules/bemenu
|
./modules/bemenu
|
||||||
|
./modules/fzf
|
||||||
./modules/syncthing
|
./modules/syncthing
|
||||||
./modules/firefox
|
./modules/firefox
|
||||||
./modules/mullvad
|
./modules/mullvad
|
||||||
|
|||||||
10
hosts/pinwheel/modules/fzf/default.nix
Normal file
10
hosts/pinwheel/modules/fzf/default.nix
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home-manager.users.alex = {
|
||||||
|
programs.fzf = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user