Compare commits

...

2 commits

Author SHA1 Message Date
joygnu bb9383fb0c hypridle suspend 2024-08-10 20:49:27 +02:00
joygnu 1d1acfff16 mail 2024-08-10 20:47:34 +02:00
2 changed files with 11 additions and 0 deletions

View file

@ -14,6 +14,11 @@
on-timeout = "hyprctl dispatch dpms off";
on-resume = "hyprctl dispatch dpms on";
}
{
timeout = 600;
on-timeout = "systemctl suspend";
on-resume = "hyprctl dispatch dpms on";
}
];
};
};

View file

@ -5,4 +5,10 @@
sidebar.enable = true;
vimKeys = true;
};
programs.mbsync = {
enable = true;
};
programs.msmtp = {
enable = true;
};
}