Flake for my NixOS devices

Add hoogle, remove Spotify

bwc9876.dev ca457570 9c093525

verified
+10 -3
-3
nixosModules/graphics/apps.nix
··· 163 163 164 164 ## 3D 165 165 # prusa-slicer 166 - 167 - ## Music 168 - spotify 169 166 ]; 170 167 }
+10
nixosModules/graphics/firefox.nix
··· 229 229 mkEngineForceFavicon ["@nf" "@nerdfonts"] "https://www.nerdfonts.com/cheat-sheet?q={searchTerms}" 230 230 "https://www.nerdfonts.com/assets/img/favicon.ico"; 231 231 232 + ### Haskell 233 + "Hoogle Base" = mkEngine [ 234 + "@h" 235 + "@hoogle" 236 + ] "https://hoogle.haskell.org/?scope=package%3Abase&hoogle={searchTerms}" "png"; 237 + "Hoogle All" = mkEngine [ 238 + "@ha" 239 + "@hoogall" 240 + ] "https://hoogle.haskell.org/?hoogle={searchTerms}" "png"; 241 + 232 242 ### Nix 233 243 "Nix Packages" = mkEngine [ 234 244 "@nixpkgs"