Changed to update-config; don't power off latop when screen closed
This commit is contained in:
parent
5304170d10
commit
79d452468f
@ -49,6 +49,9 @@
|
||||
services.xserver.dpi = 96;
|
||||
environment.variables.GDK_SCALE = "0.5";
|
||||
|
||||
# Ignore laptop lid closing when connected to power.
|
||||
services.logind.lidSwitchExternalPower = "ignore";
|
||||
|
||||
# Enable VMWare Workstation
|
||||
virtualisation.vmware.host.enable = true;
|
||||
|
||||
|
@ -15,9 +15,9 @@
|
||||
cd = "z";
|
||||
ls = "eza";
|
||||
update-darwin = "darwin-rebuild switch --flake ~/dotfiles";
|
||||
update-conf = "sudo nixos-rebuild switch --flake ~/dotfiles";
|
||||
update-config = "sudo nixos-rebuild switch --flake ~/dotfiles";
|
||||
update-home = "home-manager switch --flake ~/dotfiles";
|
||||
update-all = "update-conf && update-home";
|
||||
update-all = "update-config && update-home";
|
||||
};
|
||||
|
||||
initExtraBeforeCompInit = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user