users/infinidoge: unset EDITOR variable
This commit is contained in:
parent
709eb62c36
commit
d72d176fcd
1 changed files with 9 additions and 9 deletions
|
@ -70,15 +70,15 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.variables.EDITOR =
|
#environment.variables.EDITOR =
|
||||||
let
|
# let
|
||||||
pkg = config.home-manager.users.infinidoge.programs.emacs.package;
|
# pkg = config.home-manager.users.infinidoge.programs.emacs.package;
|
||||||
editorScript = pkgs.writeScriptBin "emacseditor" ''
|
# editorScript = pkgs.writeScriptBin "emacseditor" ''
|
||||||
#!${pkgs.runtimeShell}
|
# #!${pkgs.runtimeShell}
|
||||||
exec ${pkg}/bin/emacsclient --create-frame "$@"
|
# exec ${pkg}/bin/emacsclient --create-frame "$@"
|
||||||
'';
|
# '';
|
||||||
in
|
# in
|
||||||
(lib.mkForce "${editorScript}/bin/emacseditor");
|
# (lib.mkForce "${editorScript}/bin/emacseditor");
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
locale.fonts = {
|
locale.fonts = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue