fix: anyrun home manager module

This commit is contained in:
Ryan Yin
2025-04-13 14:24:15 +08:00
parent dc24978eaf
commit 6e2b2e8dbb

View File

@@ -9,7 +9,7 @@ with lib; let
cfg = config.modules.desktop.hyprland; cfg = config.modules.desktop.hyprland;
in { in {
imports = [ imports = [
anyrun.homeManagerModules.default # anyrun.homeManagerModules.default # the module is already in hm now.
./options ./options
]; ];