feat(desktop): disable river and go back to hyprland.

This commit is contained in:
CronyAkatsuki 2025-06-07 08:35:36 +02:00
parent 5d041294a4
commit 13b96d9574
5 changed files with 92 additions and 53 deletions

View file

@ -51,8 +51,28 @@ in {
playerctl
grim
libnotify
wlopm
];
services.way-displays = {
enable = true;
settings = {
SCALING = false;
DISABLED = [
{
NAME_DESC = "eDP-1";
IF = [
{
PLUGGED = [
"HDMI-A-1"
];
}
];
}
];
};
};
wayland.windowManager.river = {
enable = true;
settings = {