From 3ee0ab0a337a02593d82060344dc43ac33013fd5 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 25 Mar 2024 16:10:48 +0100 Subject: [PATCH] [hyprland] add local override file --- nix/home/hyprland/hyprland-graphics.nix | 2 +- nix/home/hyprland/hyprland.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/home/hyprland/hyprland-graphics.nix b/nix/home/hyprland/hyprland-graphics.nix index 09197e9..6f8118b 100644 --- a/nix/home/hyprland/hyprland-graphics.nix +++ b/nix/home/hyprland/hyprland-graphics.nix @@ -3,7 +3,7 @@ # include hyprland configs home.file.".config/hypr/graphics.conf".text = '' - # monitors + # main monitors monitor = eDP-1, 1920x1200@60, 760x1440, 1 # laptop (native: 2560x1600@60, preffered 1920x1200) monitor = , preferred, 0x0, 1 # default resolution on any other screen diff --git a/nix/home/hyprland/hyprland.nix b/nix/home/hyprland/hyprland.nix index ddaac88..96e76c5 100644 --- a/nix/home/hyprland/hyprland.nix +++ b/nix/home/hyprland/hyprland.nix @@ -9,5 +9,6 @@ source = ~/.config/hypr/input.conf source = ~/.config/hypr/window_rules.conf source = ~/.config/hypr/bindings.conf + source = ~/.config/hypr/override.conf ''; }