fix infinite recursion

This commit is contained in:
Vivian 2024-01-03 15:49:32 +01:00
parent 96a07f14dd
commit 84f07ef08f
4 changed files with 14 additions and 10 deletions

View file

@ -1,11 +1,7 @@
{ config, pkgs, lib, inputs, ... }:
{ config, pkgs, lib, ... }:
with lib;
let cfg = config.services.v.gnome;
in {
imports = [
inputs.gnome-autounlock-keyring.nixosModules.default
];
options.services.v.gnome = {
enable = mkEnableOption "v.gnome";
hm = mkOption {