From 2b7a03c4fc03bc704383b4082a5e9a16e3b0543e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 30 Oct 2024 14:56:22 +0000 Subject: [PATCH] Add work monitor config to Ronin --- system/Ronin.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/system/Ronin.nix b/system/Ronin.nix index ffc5cc52..230aa11a 100644 --- a/system/Ronin.nix +++ b/system/Ronin.nix @@ -4,7 +4,10 @@ home-manager.users.${username} = { imports = [ ./home/work.nix ]; home.stateVersion = "23.05"; - wayland.windowManager.hyprland.settings.monitor = [ "eDP-1,preferred,auto,1.25" ]; + wayland.windowManager.hyprland.settings.monitor = [ + "eDP-1,preferred,auto,1.25" + "desc:Dell Inc. DELL P3223QE CCG8YN3,preferred,auto,1.5" + ]; }; boot.initrd = { secrets = {