gui: install recoll and remove some unused stuff

This commit is contained in:
Aaron Bieber 2024-09-16 13:42:49 -06:00
parent c4d1ccf9ad
commit f28fddcea7
No known key found for this signature in database

View File

@ -105,7 +105,6 @@ with lib; {
OLLAMA_HOST = "https://ollama.otter-alligator.ts.net"; OLLAMA_HOST = "https://ollama.otter-alligator.ts.net";
}; };
systemPackages = with pkgs; (xinlib.filterList [ systemPackages = with pkgs; (xinlib.filterList [
alacritty
bc bc
beyt beyt
black black
@ -120,13 +119,12 @@ with lib; {
plan9port plan9port
promnesia promnesia
rage rage
recoll
rpr rpr
traygent traygent
trayscale
vlc vlc
zeal zeal
trayscale
(callPackage ../configs/helix.nix { })
]); ]);
}; };