scaling foot
This commit is contained in:
parent
fb21a3d094
commit
d18c51a3ef
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
programs.home-manager.enable = (!vars.isNixOS); #value is set in flake.nix
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
settings.main.font = "monospace:size=14";
|
||||
settings.main.font = (if vars.user == "alyx" then "monospace:size=14" else "monospace:size=10");
|
||||
settings.colors.alpha = "0.9";
|
||||
};
|
||||
programs.ncmpcpp = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue