Add hypridle & hyprlock

This commit is contained in:
ItsDrike 2024-08-07 22:12:43 +02:00
parent c7bb1768be
commit 8b0bd140db
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
8 changed files with 279 additions and 0 deletions

View file

@ -67,5 +67,9 @@ in {
steam.enable = mkEnableOption "Steam client";
prismlauncher.enable = mkEnableOption "PrismLauncher";
};
screen-lockers = {
hyprlock.enable = mkEnableOption "HyprLock (A screenlocker for Hyprland)";
};
};
}

View file

@ -12,5 +12,6 @@ in {
description = "Path to the wallpaper of your choosing";
};
};
hypridle.enable = mkEnableOption "Hypridle (Hyprland idle daemon)";
};
}