mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 18:16:13 +01:00
d3e46e5413
Signed-off-by: Magic_RB <magic_rb@redalder.org>
9 lines
199 B
Nix
9 lines
199 B
Nix
final: prev:
|
|
with final; {
|
|
magic_rb = prev.magic_rb or {} // {
|
|
emacsclient-remote =
|
|
prev.writeShellScriptBin
|
|
"emacsclient-remote" (builtins.readFile ./emacsclient-remote);
|
|
};
|
|
}
|