diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-29 18:21:17 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-29 18:21:17 +0100 |
| commit | cd3d5f0e2f0c80ff784098ee1d2f8386b58bac30 (patch) | |
| tree | 7dbe5705bd6ba86d8440e66bc82d6238524ba996 /host_vars/archlinux.local.yml.example | |
| parent | 32c738d4ce0336b16eb870419b4ed02af3d6c227 (diff) | |
Fix nvidia gtx role variable names
Diffstat (limited to 'host_vars/archlinux.local.yml.example')
| -rw-r--r-- | host_vars/archlinux.local.yml.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/host_vars/archlinux.local.yml.example b/host_vars/archlinux.local.yml.example index 35568fca..1d583686 100644 --- a/host_vars/archlinux.local.yml.example +++ b/host_vars/archlinux.local.yml.example @@ -28,3 +28,9 @@ wireguard_connections: fonts_extra: - "ttf-dejavu" - "noto-fonts" + +hyprland_nvidia: true +hyprland_monitors: | + env = GDK_SCALE,2 + monitor=HDMI-A-1,3840x2160@60,auto-left,1.6 + monitor=DP-1,3840x2160@60,auto-right,1.6 |
