mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 10:06:13 +01:00
aff0158ef7
Signed-off-by: magic_rb <magic_rb@redalder.org>
9 lines
208 B
Nix
9 lines
208 B
Nix
{inputs, ...}: {
|
|
flake.overlays.emacsclient-remote = final: prev: {
|
|
emacsclient-remote =
|
|
prev.writeShellScriptBin
|
|
"emacsclient-remote"
|
|
(builtins.readFile ./emacsclient-remote);
|
|
};
|
|
}
|