home

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

commit 90396b7de4f4e1fa0dab293ea8201d3dc50c2233
parent f793d12b1ec17a3aae633a14e7c7fd0b544cd93c
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  1 Nov 2018 21:27:42 +0100

Fix ape.conf path

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

Diffstat:
Mmachines/honshu.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/machines/honshu.nix b/machines/honshu.nix @@ -6,5 +6,5 @@ ]; profiles.dev.go.enable = true; profiles.media.enable = true; - xdg.configFile."ape.conf".source = ./assets/ape.conf; + xdg.configFile."ape.conf".source = ../assets/ape.conf; }