nixcfg/hosts/rustboro/home.nix
2024-08-15 01:51:20 -04:00

17 lines
376 B
Nix

{
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";
};
};
}
];
}