Rename the namespace of the home-modules

This commit is contained in:
SebastianStork 2025-05-27 22:47:12 +02:00
parent 06623cd93a
commit f0df314f21
25 changed files with 74 additions and 68 deletions

View file

@ -4,10 +4,10 @@
...
}@moduleArgs:
let
cfg = config.myConfig.deUtils.hyprlock;
cfg = config.custom.deUtils.programs.hyprlock;
in
{
options.myConfig.deUtils.hyprlock = {
options.custom.deUtils.programs.hyprlock = {
enable = lib.mkEnableOption "";
fprintAuth = lib.mkEnableOption "" // {
default = moduleArgs.osConfig.services.fprintd.enable or false;
@ -17,7 +17,6 @@ in
config = lib.mkIf cfg.enable {
programs.hyprlock = {
enable = true;
settings = {
general.immediate_render = true;
auth."fingerprint:enabled" = cfg.fprintAuth;