Update flake to unstable, add chromium/opencode modules, update emacs config
This commit is contained in:
@@ -46,12 +46,11 @@
|
||||
|
||||
#Oh my god disable sleep on lid closed
|
||||
services.logind.settings.Login.HandleLidSwitchExternalPower = "ignore";
|
||||
systemd.sleep.extraConfig = ''
|
||||
[Sleep]
|
||||
AllowSuspend=yes
|
||||
AllowHibernation=no
|
||||
AllowSuspendThenHibernate=no
|
||||
'';
|
||||
systemd.sleep.settings.Sleep = {
|
||||
AllowSuspend = true;
|
||||
AllowHibernation = false;
|
||||
AllowSuspendThenHibernate = false;
|
||||
};
|
||||
systemd.targets.sleep.enable = false;
|
||||
systemd.targets.suspend.enable = false;
|
||||
systemd.targets.hibernate.enable = false;
|
||||
|
||||
Reference in New Issue
Block a user