Android : Create a link for .termux/_font.ttf
This commit is contained in:
parent
c252fb73e2
commit
a5dc0c6d5f
|
@ -46,6 +46,9 @@ in {
|
|||
home.file = {
|
||||
".dotfiles".source = inputs.self;
|
||||
".ssh/config".source = ./common/ssh/config;
|
||||
".termux/font.ttf_".source = pkgs.runCommandNoCC "font" {} ''
|
||||
cp ${pkgs.nerdfonts.override { fonts = [ "Terminus" ]; }}/share/fonts/truetype/NerdFonts/TerminessNerdFontMono-Regular.ttf $out
|
||||
'';
|
||||
};
|
||||
home.sessionVariables = {
|
||||
BASH_PATH = ./common/bash;
|
||||
|
|
Loading…
Reference in a new issue