From 4064240ef5532565a3bf19d187039e943c4fc30e Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 30 Nov 2024 12:27:30 +0100 Subject: [PATCH] Hyprland: clenaup --- modules/hm/hyprland.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index c53bc70..a6f3a0b 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -96,14 +96,14 @@ in monitor = [ ",preferred,auto,auto" "Unknown-1,disable" - ] ++ lib.lists.optionals (nixosConfig.networking.hostName == "thor") [ + ] ++ lib.lists.optionals (hostName == "thor") [ "DP-1,preferred,1080x200,auto" "DP-3,preferred,1080x200,auto" "HDMI-A-1,preferred,0x0,auto,transform,3" - ] ++ lib.lists.optionals (nixosConfig.networking.hostName == "odin") [ + ] ++ lib.lists.optionals (hostName == "odin") [ "eDP-1,preferred,auto,1" "DP-1,preferred,auto-up,1" - ] ++ lib.lists.optionals (nixosConfig.networking.hostName == "sif") [ + ] ++ lib.lists.optionals (hostName == "sif") [ "eDP-1,preferred,511x1440,1.66667" "DP-1,preferred,0x0,1" "DP-3,preferred,0x0,1"