Commit 1f72e1b96334
Changed files (2)
assets
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
];