From 5b1a627f69e4a2f83959d75e415a38cb596d6342 Mon Sep 17 00:00:00 2001 From: Ruixi-rebirth Date: Mon, 24 Feb 2025 20:44:05 +0800 Subject: [PATCH] fix: home-manager options --- nix/hm-modules.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/hm-modules.nix b/nix/hm-modules.nix index 58a114ee..5dd59d94 100644 --- a/nix/hm-modules.nix +++ b/nix/hm-modules.nix @@ -32,10 +32,10 @@ in home.packages = [ maomaowm ]; xdg.configFile = { - "maomaowm/config.conf" = { + "maomao/config.conf" = { text = config.wayland.windowManager.maomaowm.settings; }; - "maomaowm/autostart.sh" = { + "maomao/autostart.sh" = { text = config.wayland.windowManager.maomaowm.autostart_sh; }; };