mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 20:09:07 +01:00
home-manager: Use minimal module set and import everything else manually
This commit is contained in:
parent
0b87addc97
commit
0c25e7fd34
18 changed files with 98 additions and 6 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
config,
|
||||
osConfig,
|
||||
modulesPath,
|
||||
pkgs-unstable,
|
||||
lib,
|
||||
...
|
||||
|
|
@ -9,6 +10,8 @@ let
|
|||
cfg = config.custom.programs.hyprlock;
|
||||
in
|
||||
{
|
||||
imports = [ "${modulesPath}/programs/hyprlock.nix" ];
|
||||
|
||||
options.custom.programs.hyprlock = {
|
||||
enable = lib.mkEnableOption "";
|
||||
fprintAuth = lib.mkEnableOption "" // {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue