diff --git a/nixos/machines/strixi-minaj.nix b/nixos/machines/strixi-minaj.nix index bf2b3c38..d79428fc 100644 --- a/nixos/machines/strixi-minaj.nix +++ b/nixos/machines/strixi-minaj.nix @@ -113,7 +113,7 @@ home-manager.sharedModules = [ { - services.kanshi.settings = lib.mkBefore [ + services.kanshi.settings = lib.mkAfter [ { profile.name = "internal-only"; profile.outputs = [ @@ -130,6 +130,18 @@ } ]; } + { + profile.name = "internal-panel-only"; + profile.outputs = [ + { + criteria = "eDP-1"; + status = "enable"; + mode = "2560x1600@240Hz"; + position = "0,0"; + scale = 1.333333; + } + ]; + } ]; home.stateVersion = "23.05";