scaling foot

This commit is contained in:
beanigen 2025-06-28 19:10:06 +08:00
parent fb21a3d094
commit d18c51a3ef
No known key found for this signature in database

View file

@ -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 = {