emacs module: Fix to get properly themed GTK apps
This commit is contained in:
parent
6b20d5b75e
commit
f96cd1ea64
@ -79,9 +79,13 @@ in {
|
|||||||
|
|
||||||
environment.systemPackages = [ cfg.package editorScript ];
|
environment.systemPackages = [ cfg.package editorScript ];
|
||||||
|
|
||||||
environment.variables = if cfg.defaultEditor then {
|
environment.variables = {
|
||||||
EDITOR = mkOverride 900 "${editorScript}/bin/emacseditor";
|
# This is required so that GTK applications launched from Emacs
|
||||||
} else {};
|
# get properly themed:
|
||||||
|
GTK_DATA_PREFIX = "${config.system.path}";
|
||||||
|
} // (if cfg.defaultEditor then {
|
||||||
|
EDITOR = mkOverride 900 "${editorScript}/bin/emacseditor";
|
||||||
|
} else {});
|
||||||
};
|
};
|
||||||
|
|
||||||
meta.doc = ./emacs.xml;
|
meta.doc = ./emacs.xml;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user