From 7c9cc8e4f5a8103baca17f24cd182896669d89f7 Mon Sep 17 00:00:00 2001 From: Henry Sipp Date: Sat, 28 Jun 2025 18:14:11 -0500 Subject: [PATCH] Actually assign hyprland defaults --- modules/home-manager/hyprland/configuration.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/home-manager/hyprland/configuration.nix b/modules/home-manager/hyprland/configuration.nix index fdc525d..3066782 100644 --- a/modules/home-manager/hyprland/configuration.nix +++ b/modules/home-manager/hyprland/configuration.nix @@ -3,7 +3,7 @@ pkgs, ... }: let - cfg = config.omarchy; +cfg = config.omarchy; in { imports = [ ./autostart.nix @@ -12,9 +12,7 @@ in { ./looknfeel.nix ./windows.nix ]; - wayland.windowManager.hyprland.settings = { - # Default applications - + wayland.windowManager.hyprland.settings = cfg.hyprland_assignments // { # Environment variables env = [ "GDK_SCALE,2" # Change to 1 if on a 1x display