diff --git a/home/nki-x1c1.nix b/home/nki-x1c1.nix index 778227f..d4cb6b5 100644 --- a/home/nki-x1c1.nix +++ b/home/nki-x1c1.nix @@ -43,6 +43,16 @@ }; }; + # Multiple screen setup + services.kanshi = { + enable = true; + profiles.undocked.outputs = [{ criteria = "LVDS-1"; }]; + profiles.docked-hdmi.outputs = [ + { criteria = "LVDS-1"; status = "disable"; } + { criteria = "HDMI-A-1"; } + ]; + }; + # This value determines the Home Manager release that your # configuration is compatible with. This helps avoid breakage # when a new Home Manager release introduces backwards