[NixOS] Replace emojione with joypixels
This commit is contained in:
parent
0451255644
commit
7892521f42
@ -3,12 +3,14 @@
|
|||||||
# Enable the gtk icon cache
|
# Enable the gtk icon cache
|
||||||
gtk.iconCache.enable = true;
|
gtk.iconCache.enable = true;
|
||||||
|
|
||||||
|
nixpkgs.config.joypixels.acceptLicense = true;
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
cascadia-code
|
cascadia-code
|
||||||
dejavu_fonts
|
dejavu_fonts
|
||||||
emacs-all-the-icons-fonts
|
emacs-all-the-icons-fonts
|
||||||
emojione
|
joypixels
|
||||||
fira-code
|
fira-code
|
||||||
fira-mono
|
fira-mono
|
||||||
font-awesome
|
font-awesome
|
||||||
|
Loading…
Reference in New Issue
Block a user