This commit is contained in:
Aria Nolan 2023-12-29 20:19:12 -05:00
parent d3915360e9
commit 73daeb7edd
3 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -5,6 +5,7 @@
./taskwarrior.nix ./taskwarrior.nix
./firefox.nix ./firefox.nix
./vscode.nix ./vscode.nix
./fzf.nix
# ./thunderbird.nix # ./thunderbird.nix
]; ];

View file

@ -0,0 +1,6 @@
{
programs.fzf = {
enable = true;
enableFishIntegration = true;
};
}