dotfiles/home/modules/gui/desktop/hypr/hypridle/default.nix
2025-02-03 00:02:52 -06:00

10 lines
167 B
Nix
Executable file

let
configPath = ./config;
settingsPath = import (configPath + /settings.nix);
in
{
services.hypridle = {
enable = true;
settings = settingsPath;
};
}