Fix emacs icon fonts
This commit is contained in:
parent
1358ef3767
commit
a614738fa1
1 changed files with 5 additions and 0 deletions
|
@ -20,4 +20,9 @@
|
||||||
sha256 = "sha256-ZtpN6wM+R+4w1FCO6axWRNFX8feSau/o3V/wnw5EiJQ=";
|
sha256 = "sha256-ZtpN6wM+R+4w1FCO6axWRNFX8feSau/o3V/wnw5EiJQ=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
# Doom Emacs fonts, manually installed with
|
||||||
|
# M-x all-the-icons-install-fonts
|
||||||
|
emacs-all-the-icons-fonts
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue