mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 00:21:34 +01:00
Rename the namespace of the home-modules
This commit is contained in:
parent
06623cd93a
commit
f0df314f21
25 changed files with 74 additions and 68 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue