feat: init hyprlock module

This commit is contained in:
ooks-io 2024-02-21 20:31:31 +13:00
parent ad6ec5e289
commit 9899953895
4 changed files with 94 additions and 11 deletions

View file

@ -4,12 +4,18 @@
imports = [
#./gtkLock --- still needs to be implemented
./swaylock
./hyprlock
];
options.homeModules.desktop.wayland.lockscreen = {
swaylock = {
enable = lib.mkEnableOption "Enable Swaylock screen";
};
hyprlock = {
enable = lib.mkEnableOption "Enable hyprlock screen";
};
};
#TODO: make assertion to prevent 2 lockscreens
}