nixcfg/hosts/rustboro/home.nix

23 lines
502 B
Nix
Raw Normal View History

{
2024-07-10 21:21:14 -04:00
home-manager.sharedModules = [
{
wayland.windowManager.sway.config.output = {"LG Display 0x0569 Unknown".scale = "1.0";};
ar.home = {
desktop.hyprland.laptopMonitors = ["desc:LG Display 0x0569,preferred,auto,1.0"];
services.easyeffects = {
enable = true;
preset = "LoudnessEqualizer";
};
theme = {
monospaceFont.size = 14;
sansFont.size = 14;
serifFont.size = 14;
};
2024-07-10 21:21:14 -04:00
};
}
];
2024-03-28 19:52:15 -04:00
}