Don't use swayidle on tower because it wakes up in a weird state.
This commit is contained in:
parent
01e78619e3
commit
63eef3d45b
1 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,11 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
home-manager.users."${config.sysusers.main}".home = {
|
||||
home-manager.users."${config.sysusers.main}" = {
|
||||
home = {
|
||||
guifull.enable = true;
|
||||
stateVersion = lib.mkForce config.system.stateVersion;
|
||||
};
|
||||
|
||||
services.swayidle.enable = lib.mkForce false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue