Compare commits

..

No commits in common. "5ee696e854a3286885e5540af12913c0cf70b8b0" and "a1ac429505bd95e0c138df57e551382fb1f668c6" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

@ -9,14 +9,13 @@ boot:
commit: commit:
git add . git add .
-git pull origin main
-git commit -a -m "update" -git commit -a -m "update"
_switch: _switch:
nixos-rebuild switch --flake . --use-remote-sudo nixos-rebuild switch --flake . --use-remote-sudo
push: push:
git push origin main git push origin --all
switch: commit _switch push switch: commit _switch push

View file

@ -12,7 +12,6 @@
lidSwitch = "suspend"; lidSwitch = "suspend";
lidSwitchDocked = "ignore"; lidSwitchDocked = "ignore";
lidSwitchExternalPower = "ignore"; lidSwitchExternalPower = "ignore";
powerKey = "ignore";
}; };
services.flatpak.enable = true; services.flatpak.enable = true;
services.flatpak.packages = [ services.flatpak.packages = [