mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16: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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue