dotfiles/home/modules/gui/desktop/hypr/hypridle/default.nix

11 lines
167 B
Nix
Raw Normal View History

2025-01-19 23:40:54 -06:00
let
2025-01-09 02:09:02 -06:00
configPath = ./config;
settingsPath = import (configPath + /settings.nix);
2025-01-19 23:40:54 -06:00
in
{
2025-01-09 02:09:02 -06:00
services.hypridle = {
enable = true;
settings = settingsPath;
};
}