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

This commit is contained in:
Ryan Yin
2025-07-12 14:04:44 +08:00
parent fcbbfefedc
commit c8a790f2cf
22 changed files with 204 additions and 495 deletions

View File

@@ -76,7 +76,7 @@
# signByDefault = true;
# };
# A syntax-highlighting pager in Rust(2019 ~ Now)
# A syntax-highlighting pager for git, diff, grep, and blame output
delta = {
enable = true;
options = {
@@ -116,4 +116,10 @@
foreach = "submodule foreach";
};
};
# Git terminal UI (written in go).
programs.lazygit.enable = true;
# Yet another Git TUI (written in rust).
programs.gitui.enable = true;
}