home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c5cdf4c366cba7e0d68b363326c2709207326eab
parent 8864f73da6804844b65f8bea3d0d036bcbb77fab
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  3 Jul 2019 16:31:49 +0200

machines/hokkaido: add ape.conf

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmachines/hokkaido.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/machines/hokkaido.nix b/machines/hokkaido.nix @@ -25,4 +25,5 @@ daemonService = true; }; xdg.configFile."user-dirs.dirs".source = ../modules/profiles/assets/xorg/user-dirs.dirs; + xdg.configFile."ape.conf".source = ../assets/ape.conf; }