Skip to content

Commit

Permalink
droid: hardcode font path
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Mar 29, 2024
1 parent 5125864 commit f660225
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions configs/droid/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
config,
pkgs,
...
}: let
}:

with builtins;
let
hm-config = config.home-manager.config;
in {
system.stateVersion = "23.11";
Expand Down Expand Up @@ -41,6 +44,6 @@ in {
color14 = base0C;
color15 = base07;
};
font = with hm-config.stylix.fonts.monospace; "${package}/share/fonts/truetype/${name}";
font = with hm-config.stylix.fonts.monospace; "${package}/share/fonts/truetype/NerdFonts/${replaceStrings [" "] [""] name}-Regular.ttf";
};
}

0 comments on commit f660225

Please sign in to comment.