mirror of
https://github.com/alyssadev/nixos.git
synced 2025-12-01 10:39:39 +10:00
Compare commits
3 commits
a1ac429505
...
5ee696e854
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5ee696e854 | ||
|
|
806f8c6087 | ||
|
|
2a7482b129 |
2 changed files with 3 additions and 1 deletions
3
Justfile
3
Justfile
|
|
@ -9,13 +9,14 @@ 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 --all
|
git push origin main
|
||||||
|
|
||||||
switch: commit _switch push
|
switch: commit _switch push
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue