mirror of
https://github.com/alyssadev/nixos.git
synced 2025-12-01 10:39:39 +10:00
Compare commits
No commits in common. "5ee696e854a3286885e5540af12913c0cf70b8b0" and "a1ac429505bd95e0c138df57e551382fb1f668c6" have entirely different histories.
5ee696e854
...
a1ac429505
2 changed files with 1 additions and 3 deletions
3
Justfile
3
Justfile
|
|
@ -9,14 +9,13 @@ 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 main
|
||||
git push origin --all
|
||||
|
||||
switch: commit _switch push
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@
|
|||
lidSwitch = "suspend";
|
||||
lidSwitchDocked = "ignore";
|
||||
lidSwitchExternalPower = "ignore";
|
||||
powerKey = "ignore";
|
||||
};
|
||||
services.flatpak.enable = true;
|
||||
services.flatpak.packages = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue