fix: Error installing file '.config/mako/config' outside $HOME

This commit is contained in:
Ryan Yin
2025-07-12 15:17:59 +08:00
parent c8a790f2cf
commit 5e311c6e42
3 changed files with 51 additions and 42 deletions

View File

@@ -7,7 +7,6 @@
force = true;
};
};
catppuccin.fcitx5.enable = true;
i18n.inputMethod = {
enable = true;

View File

@@ -21,18 +21,22 @@ in {
enable = true;
systemd.enable = true;
};
# Disable catppuccin to avoid conflict with my non-nix config.
catppuccin.waybar.enable = false;
# screen locker
programs.hyprlock.enable = true;
# Logout Menu
programs.wlogout.enable = true;
catppuccin.wlogout.enable = false;
# Hyprland idle daemon
services.hypridle.enable = true;
# notification daemon, the same as dunst
services.mako.enable = true;
catppuccin.mako.enable = false;
# NOTE:
# We have to enable hyprland/i3's systemd user service in home-manager,