Adding support for macbook hyprland

This commit is contained in:
ediblerope 2026-05-14 10:44:32 +01:00
parent a6b0bb55bb
commit 97bf8cd95a
3 changed files with 20 additions and 6 deletions

View file

@ -76,5 +76,10 @@
ExecStart = "${pkgs.networkmanager}/bin/nmcli networking connectivity check";
};
};
home-manager.users.fred = { ... }: {
wayland.windowManager.hyprland.settings.monitor =
[ "DP-2,3440x1440@180,0x0,1" ];
};
};
}