Commit 1f72e1b96334

Vincent Demeester <vincent@sbr.pm>
2018-11-01 15:48:24
Move ape.conf to assets
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 5b3373d
Changed files (2)
ape.conf → assets/ape.conf
File renamed without changes
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
   ];