mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 00:21:34 +01:00
Centralize display configuration
This commit is contained in:
parent
21fddbf8e5
commit
3697ebdd18
3 changed files with 5 additions and 6 deletions
|
|
@ -37,6 +37,11 @@
|
|||
"cliphist wipe && wl-paste --watch cliphist store"
|
||||
];
|
||||
|
||||
monitor = [
|
||||
"eDP-1,1920x1080@60,0x0,1"
|
||||
"DP-2,2560x1440@144,0x0,1"
|
||||
];
|
||||
|
||||
input = {
|
||||
kb_layout = "de";
|
||||
kb_variant = "nodeadkeys";
|
||||
|
|
|
|||
|
|
@ -6,7 +6,5 @@
|
|||
home.packages = [ (wrappers.hypridle { lockOnSleep = true; }) ];
|
||||
|
||||
myConfig.de.theme = "light";
|
||||
|
||||
wayland.windowManager.hyprland.settings.monitor = "eDP-1,1920x1080@60,0x0,1";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,9 +17,5 @@
|
|||
];
|
||||
|
||||
myConfig.de.theme = "dark";
|
||||
|
||||
wayland.windowManager.hyprland.settings.monitor = "DP-2,2560x1440@144,0x0,1";
|
||||
|
||||
services.hypridle.settings.general.before_sleep_cmd = lib.mkForce "";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue