WIP: add hypridle

This commit is contained in:
Noa Aarts 2024-03-18 13:15:13 +01:00
parent cdfbd5dc5b
commit 03b7aa9bf0
4 changed files with 39 additions and 192 deletions

8
common/hypridle.nix Normal file
View file

@ -0,0 +1,8 @@
{ ... }:
{
options.services.hypridle = {
enable = true;
# TODO: find commands to turn on/off monitors
};
}

View file

@ -6,6 +6,7 @@
./kitty.nix
./waybar.nix
./wofi.nix
./hypridle.nix
];
home.packages = with pkgs; [
hyprland