From 02178cce005d248706add0db4f38f17e6e9a9db2 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 3 Sep 2025 11:45:12 +0200 Subject: [PATCH] feat(hyprland): add commented out screen resolutions for Moonlight Add a screen resolution for when logging in remotely from Moonlight, namely from my Thinkpad x220 and my FydeTab Duo. --- users/modules/desktop/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/modules/desktop/hyprland.nix b/users/modules/desktop/hyprland.nix index 4f33ad0..0eb5a55 100644 --- a/users/modules/desktop/hyprland.nix +++ b/users/modules/desktop/hyprland.nix @@ -20,7 +20,6 @@ in { emacsPkg = mkOption { type = types.package; default = config.home.dev.editors.emacs.package or pkgs.emacs; - # default = pkgs.emacs; example = pkgs.emacs; }; host = mkOption { @@ -63,6 +62,8 @@ in { "marpa" = [ "DP-1, 3440x1440@144, 1080x550, 1" "DP-2, 2560x1080@60, 0x0, 1, transform, 1" + # "DP-2, 1366x768@60, 0x0, 1" + # "DP-2, 1829x1143@60, 0x0, 1" ]; "gampo" = []; }."${cfg.host}";