exemple d'utilisation de la variable d'environement pour awesome

extraction-donnees-privees
Yves Dubromelle 9 years ago
parent bd70296e68
commit ba9cdb7518

@ -51,6 +51,12 @@
};
# Export the current path for the awesome derivation, useful for users rc.lua
# Example usage in rc.lua :
#
# config = {}
# config.dir = os.getenv("AWESOME_CONFIG_DIR")
# beautiful.init(config.dir .. "/share/awesome//themes/zenburn/theme.lua")
#
environment.variables.AWESOME_CONFIG_DIR = "${pkgs.awesome}";
# Enable the X11 windowing system.

Loading…
Cancel
Save