mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 03:10:43 +00:00
Add hypridle & hyprlock
This commit is contained in:
parent
c7bb1768be
commit
8b0bd140db
8 changed files with 279 additions and 0 deletions
|
@ -67,5 +67,9 @@ in {
|
|||
steam.enable = mkEnableOption "Steam client";
|
||||
prismlauncher.enable = mkEnableOption "PrismLauncher";
|
||||
};
|
||||
|
||||
screen-lockers = {
|
||||
hyprlock.enable = mkEnableOption "HyprLock (A screenlocker for Hyprland)";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -12,5 +12,6 @@ in {
|
|||
description = "Path to the wallpaper of your choosing";
|
||||
};
|
||||
};
|
||||
hypridle.enable = mkEnableOption "Hypridle (Hyprland idle daemon)";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue