Revived copy-link-or-file!

This commit is contained in:
Emmet 2023-06-15 18:27:06 -05:00
parent bdffc3809d
commit 23a2dcc1a1
4 changed files with 14 additions and 4 deletions

View file

@ -39,6 +39,7 @@ in
home.packages = with pkgs; [
git
file
nodejs
wmctrl
jshon
@ -78,4 +79,8 @@ in
source = "${org-nursery}";
};
home.file.".emacs.d/dashboard-logo.png".source = myDashboardLogo;
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;
executable = true;
};
}