feat(cheetah): use FiraCode
nerdfont
Can now be done thanks to https://github.com/t184256/nix-on-droid/pull/229
This commit is contained in:
parent
1fcd42d14e
commit
3b2a3d3270
1 changed files with 9 additions and 0 deletions
|
@ -23,6 +23,15 @@
|
||||||
|
|
||||||
time.timeZone = "Europe/Sofia";
|
time.timeZone = "Europe/Sofia";
|
||||||
|
|
||||||
|
terminal.font =
|
||||||
|
let
|
||||||
|
firacode = pkgs.nerdfonts.override {
|
||||||
|
fonts = [ "FiraCode" ];
|
||||||
|
};
|
||||||
|
fontPath = "share/fonts/truetype/NerdFonts/Fira Code Regular Nerd Font Complete Mono.ttf";
|
||||||
|
in
|
||||||
|
"${firacode}/${fontPath}";
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
config = ./home.nix;
|
config = ./home.nix;
|
||||||
backupFileExtension = "hm-bak";
|
backupFileExtension = "hm-bak";
|
||||||
|
|
Loading…
Reference in a new issue