misc forgotten changes

This commit is contained in:
alyx 2025-07-23 14:55:47 +01:00
parent dc43445f75
commit 9cf13e0acc
No known key found for this signature in database
4 changed files with 11 additions and 11 deletions

View file

@ -20,7 +20,7 @@
programs.home-manager.enable = (!vars.isNixOS); #value is set in flake.nix
programs.foot = {
enable = true;
settings.main.font = (if vars.user == "alyx" then "monospace:size=14" else "monospace:size=10");
settings.main.font = (if vars.user == "alyx" then "monospace:size=20" else "monospace:size=10");
settings.colors.alpha = "0.9";
};
@ -97,8 +97,7 @@
{
profile.name = "alyx-desktop";
profile.outputs = [
{ criteria = "ASUSTek COMPUTER INC VG279QM NCLMQS055707"; position = "2560,0"; mode = "1920x1080@239.760"; }
{ criteria = "Dell Inc. DELL U2913WM 5YD8C5A9AZSL"; position = "0,0"; mode = "2560x1080@74.987"; }
{ criteria = "Microstep MSI G273Q CA8A463100033"; position = "2560,0"; mode = "2560x1440@164.835007"; }
{ criteria = "Valve Corporation Index HMD 0xEDE55842"; status = "disable"; }
];
}