fix: change dp-1 to dp-2, add altserver

This commit is contained in:
2025-07-08 14:53:16 -07:00
parent 80ae6d8af2
commit 4bf77d4af8
2 changed files with 2 additions and 1 deletions

View File

@@ -60,7 +60,7 @@
profile.name = "main"; profile.name = "main";
profile.outputs = [ profile.outputs = [
{ {
criteria = "DP-1"; criteria = "DP-2";
status = "enable"; status = "enable";
scale = 1.0; scale = 1.0;
mode = "1920x1080"; mode = "1920x1080";

View File

@@ -39,6 +39,7 @@
efibootmgr efibootmgr
nixd nixd
xfce.thunar xfce.thunar
altserver-linux
]; ];
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;