Task: moved hardware options into the niksos.hardware suboptions.
This commit is contained in:
parent
0924f9c267
commit
678c3cb4f7
15 changed files with 99 additions and 82 deletions
|
|
@ -8,7 +8,8 @@
|
|||
}: let
|
||||
inherit (lib) getExe;
|
||||
inherit (config.lib.stylix.colors) base0D;
|
||||
inherit (osConfig.niksos) desktop portable bluetooth;
|
||||
inherit (osConfig.niksos) desktop hardware;
|
||||
inherit (hardware) portable bluetooth;
|
||||
inherit (desktop) games;
|
||||
|
||||
runOnce = program: "pgrep ${program} || uwsm app -- ${program}";
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ in {
|
|||
"${uwsm} finalize"
|
||||
"${hyprlock}" # Lock screen
|
||||
]
|
||||
++ lib.optional osConfig.niksos.portable.enable "powermode sync";
|
||||
++ lib.optional osConfig.niksos.hardware.portable.enable "powermode sync";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ in {
|
|||
hide_cursor = false;
|
||||
no_fade_in = true;
|
||||
};
|
||||
auth."fingerprint:enabled" = true;
|
||||
auth."fingerprint:enabled" = osConfig.niksos.hardware.fingerprint;
|
||||
|
||||
label = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue