tangled
alpha
login
or
join now
bwc9876.dev
/
nixos-config
1
fork
atom
Flake for my NixOS devices
1
fork
atom
overview
issues
pulls
pipelines
Add hoogle, remove Spotify
bwc9876.dev
6 months ago
ca457570
9c093525
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+10
-3
2 changed files
expand all
collapse all
unified
split
nixosModules
graphics
apps.nix
firefox.nix
-3
nixosModules/graphics/apps.nix
···
163
163
164
164
## 3D
165
165
# prusa-slicer
166
166
-
167
167
-
## Music
168
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
232
+
### Haskell
233
233
+
"Hoogle Base" = mkEngine [
234
234
+
"@h"
235
235
+
"@hoogle"
236
236
+
] "https://hoogle.haskell.org/?scope=package%3Abase&hoogle={searchTerms}" "png";
237
237
+
"Hoogle All" = mkEngine [
238
238
+
"@ha"
239
239
+
"@hoogall"
240
240
+
] "https://hoogle.haskell.org/?hoogle={searchTerms}" "png";
241
241
+
232
242
### Nix
233
243
"Nix Packages" = mkEngine [
234
244
"@nixpkgs"