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