diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-07-14 17:24:38 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-07-14 17:24:38 +0200 |
| commit | a94dd732074fbe0a6b7305830ae96b121aab1fc5 (patch) | |
| tree | 87a992ea9b0b83730d22194b353036a34d09d205 /host_vars | |
| parent | b36558482996e4331bca573b1a928247d23727b9 (diff) | |
Replace hyprland_nvidia boolean with a fact from the role
This to make the role have less configurations, and less prune to human
errors
Diffstat (limited to 'host_vars')
| -rw-r--r-- | host_vars/desktop.local.yml | bin | 1064 -> 1042 bytes | |||
| -rw-r--r-- | host_vars/desktop.local.yml.example | 1 | ||||
| -rw-r--r-- | host_vars/macbook.local.yml.example | 1 |
3 files changed, 0 insertions, 2 deletions
diff --git a/host_vars/desktop.local.yml b/host_vars/desktop.local.yml Binary files differindex 170048d2..b722625e 100644 --- a/host_vars/desktop.local.yml +++ b/host_vars/desktop.local.yml diff --git a/host_vars/desktop.local.yml.example b/host_vars/desktop.local.yml.example index c8dd0be1..cbafb889 100644 --- a/host_vars/desktop.local.yml.example +++ b/host_vars/desktop.local.yml.example @@ -41,7 +41,6 @@ fonts_extra: - "ttf-dejavu" - "noto-fonts" -hyprland_nvidia: true hyprland_gdk_scale: 2 hyprland_kanshi_profiles: | profile home { diff --git a/host_vars/macbook.local.yml.example b/host_vars/macbook.local.yml.example index a4f87605..95b4f191 100644 --- a/host_vars/macbook.local.yml.example +++ b/host_vars/macbook.local.yml.example @@ -54,7 +54,6 @@ firefox_extra_extensions: installation_mode: "force_installed" install_url: "https://addons.mozilla.org/firefox/downloads/latest/tabby-window-tab-manager/latest.xpi" -hyprland_nvidia: false # Output criteria must be the full "make model serial" string reported by # `hyprctl monitors` (use "Unknown" for any missing field), not just the # model name — otherwise the profile silently never matches and kanshi |
