Added magit-file-icons

This commit is contained in:
Emmet 2024-06-25 14:55:20 -05:00
parent c70fc32197
commit dd0cc914a0
6 changed files with 194 additions and 0 deletions

View file

@ -109,6 +109,10 @@ in
source = "${inputs.org-sliced-images}";
};
home.file.".emacs.d/magit-file-icons" = {
source = "${inputs.magit-file-icons}";
};
home.file.".emacs.d/dashboard-logo.webp".source = dashboardLogo;
home.file.".emacs.d/scripts/copy-link-or-file/copy-link-or-file-to-clipboard.sh" = {
source = ./scripts/copy-link-or-file/copy-link-or-file-to-clipboard.sh;