From 3cd038aeeddae1f3b44db9b38cf2e54eae19ca64 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Mon, 28 Mar 2022 17:49:58 +0200 Subject: [PATCH] Source full directory instead of single file for phpactor This is a preparation to also eventually add templates subfolder. This also demonstrates that "source" also can have a folder instead of single file. --- home.nix | 2 +- home/files/{ => phpactor}/phpactor.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename home/files/{ => phpactor}/phpactor.yml (100%) diff --git a/home.nix b/home.nix index 96eb73f..0763c1b 100644 --- a/home.nix +++ b/home.nix @@ -134,7 +134,7 @@ xdg.configFile = { "ctags/config.ctags".source = ./home/files/ctags; "litecli/config".source = ./home/files/litecli; - "phpactor/phpactor.yml".source = ./home/files/phpactor.yml; + "phpactor".source = ./home/files/phpactor; "tig/config".source = ./home/files/tig; "cmus/smyckblue.theme".source = ./home/files/cmus/smyckblue.theme; diff --git a/home/files/phpactor.yml b/home/files/phpactor/phpactor.yml similarity index 100% rename from home/files/phpactor.yml rename to home/files/phpactor/phpactor.yml