From 80ce759b1d5ff30cb1d070d53f1d92f2fb9ff510 Mon Sep 17 00:00:00 2001 From: Szymon P Date: Thu, 26 Feb 2026 20:29:56 +0100 Subject: [PATCH] init for thinkpad --- flake.nix | 2 +- install_nix_and_home_manager_on_arch.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 install_nix_and_home_manager_on_arch.sh diff --git a/flake.nix b/flake.nix index 3b2116e..51625d7 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ # your public ssh key signingKey = "~/.ssh/github.pub"; - mainMonitor = "eDP-1"; # only for some applications: you still need to set hyprland monitors yourself! + mainMonitor = "LVDS-1"; # only for some applications: you still need to set hyprland monitors yourself! statusBar = "ashell"; # available: ashell|waybar pathConfig = { diff --git a/install_nix_and_home_manager_on_arch.sh b/install_nix_and_home_manager_on_arch.sh old mode 100644 new mode 100755