From 94347f2a5b52eed6e43d206d04dfd3b0e9729f22 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 21 Jun 2024 11:09:31 +0200 Subject: [PATCH] feat: adds source to display configuration file --- modules/home/hyprland/config.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index c3f56c9..2851a0f 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -3,6 +3,8 @@ wayland.windowManager.hyprland = { settings = { + source = "~/nixos-config/modules/home/hyprland/displays.conf"; + "debug:disable_scale_checks" = true; monitor = "eDP-1, 2256x1504@60, 0x0, 1.5";