diff --git a/common/home.nix b/common/home.nix index 73d1ed7..59e3b6a 100644 --- a/common/home.nix +++ b/common/home.nix @@ -105,26 +105,7 @@ in modules = { hyprland = { enable = enableGraphical; - displays = [ - { - name = "DP-3"; - horizontal = 2560; - vertical = 1440; - horizontal-offset = 2560; - vertical-offset = 0; - refresh-rate = 360; - scale = "1"; - } - { - name = "DP-2"; - horizontal = 2560; - vertical = 1440; - horizontal-offset = 0; - vertical-offset = 0; - refresh-rate = 144; - scale = "1"; - } - ]; + displays = displays; }; games.enable = enableGraphical && enableGames; apps = {