nix-community / plasma-manager

Manage KDE Plasma with Home Manager
MIT License
525 stars 55 forks source link

Monitor configuration #172

Open YaroKasear opened 1 month ago

YaroKasear commented 1 month ago

Is there a way to configure displays with this? Currently Plasma defaults to 60 Hz refresh rate and enables some unknown, non-existent monitor I have to disable.

magnouvean commented 1 month ago

There's no proper support for this at the moment. Personally this is one of the things I just configure via the GUI as it will be very machine-specific, but we probably should add support for it. The applicable file we would need to modify would be ~/.config/kwinoutputconfig.json, at least for plasma 6. Eventually we could maybe modify this using jq or something. Until such support is added you could try to just sync this manually with home-manager.

YaroKasear commented 1 month ago

Thanks for getting back to me.

Right now I'm combining the use of this module and nix-impermanence to manage Plasma declaratively.