fix monitors
This commit is contained in:
parent
3e6847c1ef
commit
49a3a1128a
6 changed files with 23 additions and 17 deletions
|
|
@ -13,6 +13,7 @@ let
|
|||
rebuild = "sudo nixos-rebuild switch --flake /etc/nixos/#dn-nix";
|
||||
windows = "sudo bootctl set-oneshot auto-windows";
|
||||
toWindows = "sudo bootctl set-oneshot auto-windows && reboot";
|
||||
toBIOS = "sudo bootctl set-oneshot auto-reboot-to-firmware-setup && reboot";
|
||||
};
|
||||
in {
|
||||
programs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue