From 2a7482b129f439e0c6feeb5cac96165e42945f90 Mon Sep 17 00:00:00 2001 From: alydev Date: Wed, 15 Oct 2025 18:41:59 +1000 Subject: [PATCH 1/2] update --- system/aly-laptop.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/aly-laptop.nix b/system/aly-laptop.nix index 6903d20..9679d4d 100644 --- a/system/aly-laptop.nix +++ b/system/aly-laptop.nix @@ -12,6 +12,7 @@ lidSwitch = "suspend"; lidSwitchDocked = "ignore"; lidSwitchExternalPower = "ignore"; + powerKey = "ignore"; }; services.flatpak.enable = true; services.flatpak.packages = [ From 5ee696e854a3286885e5540af12913c0cf70b8b0 Mon Sep 17 00:00:00 2001 From: alydev Date: Wed, 15 Oct 2025 18:44:53 +1000 Subject: [PATCH 2/2] update --- Justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 338ff70..c37f950 100644 --- a/Justfile +++ b/Justfile @@ -9,13 +9,14 @@ boot: commit: git add . + -git pull origin main -git commit -a -m "update" _switch: nixos-rebuild switch --flake . --use-remote-sudo push: - git push origin --all + git push origin main switch: commit _switch push