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 | b87ef87134d56a820e2f836fde4c0ad92696d82a (patch) | |
| tree | 7dbe5705bd6ba86d8440e66bc82d6238524ba996 /host_vars | |
| parent | 76978b8c58c7cc85e753cffa1613b02c36b45309 (diff) | |
Fix nvidia gtx role variable names
Diffstat (limited to 'host_vars')
| -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 |
