configuration awesome par défaut linkée dans /etc

This commit is contained in:
Yves Dubromelle
2017-07-05 22:50:26 +02:00
parent dcae05d4c0
commit 5803fdbbff

View File

@@ -20,4 +20,6 @@ mkIf flags.awesome {
# #
AWESOME_CONFIG_DIR = "${pkgs.awesome}"; AWESOME_CONFIG_DIR = "${pkgs.awesome}";
}; };
environment.etc."xdg/awesome/rc.lua".text = builtins.readFile ./../public/config-awesome-4-rc.lua;
} }