fix home manager config

This commit is contained in:
2024-11-07 14:27:43 +01:00
parent 01f1e82284
commit 066b45427a
2 changed files with 5 additions and 52 deletions

View File

@@ -5,7 +5,7 @@
...
}: let
inherit (lib) mkEnableOption mkIf;
cfg = config.mine.home.stream-tools;
cfg = config.my-namespace.home.stream-tools;
in {
options.my-namespace.home.stream-tools = {
enable = mkEnableOption "Enable the Stream Machine Tools";