fix module(?)

This commit is contained in:
Vivian 2023-12-19 12:33:50 +01:00
parent 743e725475
commit 43f442f3b6

View file

@ -53,7 +53,7 @@
'';
};
nixosModules.default = { config }:
nixosModules.gnome-autounlock-keyring = { config }:
with lib;
let cfg = config.services.gnome-autounlock-keyring;
in {