Actually assign hyprland defaults

This commit is contained in:
Henry Sipp
2025-06-28 18:14:11 -05:00
parent 4987add501
commit 7c9cc8e4f5
@@ -3,7 +3,7 @@
pkgs, pkgs,
... ...
}: let }: let
cfg = config.omarchy; cfg = config.omarchy;
in { in {
imports = [ imports = [
./autostart.nix ./autostart.nix
@@ -12,9 +12,7 @@ in {
./looknfeel.nix ./looknfeel.nix
./windows.nix ./windows.nix
]; ];
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = cfg.hyprland_assignments // {
# Default applications
# Environment variables # Environment variables
env = [ env = [
"GDK_SCALE,2" # Change to 1 if on a 1x display "GDK_SCALE,2" # Change to 1 if on a 1x display