fzf
This commit is contained in:
parent
d3915360e9
commit
73daeb7edd
|
@ -34,7 +34,6 @@
|
||||||
aspell
|
aspell
|
||||||
aspellDicts.en
|
aspellDicts.en
|
||||||
qalculate-qt
|
qalculate-qt
|
||||||
fzf
|
|
||||||
zathura
|
zathura
|
||||||
wineWowPackages.stable
|
wineWowPackages.stable
|
||||||
comic-mono
|
comic-mono
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
./taskwarrior.nix
|
./taskwarrior.nix
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./vscode.nix
|
./vscode.nix
|
||||||
|
./fzf.nix
|
||||||
# ./thunderbird.nix
|
# ./thunderbird.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
6
users/tacocat/programs/fzf.nix
Normal file
6
users/tacocat/programs/fzf.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
programs.fzf = {
|
||||||
|
enable = true;
|
||||||
|
enableFishIntegration = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue