This commit is contained in:
Lilith 2025-03-12 14:42:18 +01:00
parent f339b338a3
commit 701c9d71f0
Signed by: lilith
GPG key ID: 8712A0F317C37175
5 changed files with 44 additions and 14 deletions

View file

@ -1,2 +1,12 @@
{...}: {
{ lib, ...}: {
home-manager.users."lilith".wayland.windowManager.hyprland.settings = {
input.kb_layout = lib.mkForce "en";
monitor = lib.mkForce [
"DP-3, 3840x2160, 0x0, 1.5"
"DP-4, 2560x1440, 2560x0, 1"
",preferred,auto,1"
];
};
}