home

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

commit 1f72e1b963348538baeadafabf182f6c71d3b410
parent 5b3373d0fa300ce2aa334b6a7175ca3e99b33ed4
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  1 Nov 2018 15:48:24 +0100

Move ape.conf to assets

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

Diffstat:
Rape.conf -> assets/ape.conf | 0
Mhonshu.nix | 2+-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/ape.conf b/assets/ape.conf diff --git a/honshu.nix b/honshu.nix @@ -5,7 +5,7 @@ ./base.nix ]; profiles.dev.go.enable = true; - xdg.configFile."ape.conf".source = ./ape.conf; + xdg.configFile."ape.conf".source = ./assets/ape.conf; home.packages = with pkgs; [ youtube-dl ];