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
164
## 3D
165
# prusa-slicer
166
-
167
-
## Music
168
-
spotify
169
];
170
}
···
163
164
## 3D
165
# prusa-slicer
0
0
0
166
];
167
}
+10
nixosModules/graphics/firefox.nix
···
229
mkEngineForceFavicon ["@nf" "@nerdfonts"] "https://www.nerdfonts.com/cheat-sheet?q={searchTerms}"
230
"https://www.nerdfonts.com/assets/img/favicon.ico";
231
0
0
0
0
0
0
0
0
0
0
232
### Nix
233
"Nix Packages" = mkEngine [
234
"@nixpkgs"
···
229
mkEngineForceFavicon ["@nf" "@nerdfonts"] "https://www.nerdfonts.com/cheat-sheet?q={searchTerms}"
230
"https://www.nerdfonts.com/assets/img/favicon.ico";
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
+
242
### Nix
243
"Nix Packages" = mkEngine [
244
"@nixpkgs"