1
Fork 0

Fix /nix/store taking up a lot of storage

Additionally:
- add arcaea wiki search engine
- fix haskell devshell not evaluating
- remove a big dependency from my neovim setup
This commit is contained in:
Matei Adriel 2023-12-15 03:53:22 +01:00
parent c16961d55e
commit ca3bcfd3ac
No known key found for this signature in database
4 changed files with 17 additions and 11 deletions
home/features
desktop/firefox
neovim

View file

@ -140,6 +140,12 @@ in
aliases = [ "@yt" "@youtube" ];
};
"Arcaea wiki" = mkBasicSearchEngine {
url = "https://arcaea.fandom.com/wiki/Special:Search?scope=internal&navigationSearch=true";
param = "query";
aliases = [ "@ae" "@arcaea" ];
};
"Noita wiki" = mkBasicSearchEngine {
url = "https://noita.wiki.gg/index.php";
param = "search";

View file

@ -49,7 +49,7 @@ let
libstdcxx5 # Required by treesitter aparently
# python310Packages.jupytext # Convert between jupyter notebooks and python files
# graphviz # For rust crate graph
haskellPackages.hoogle # For haskell search
# haskellPackages.hoogle # For haskell search
# Preview
# zathura # Pdf reader