Move phpactor configuration files

This commit is contained in:
Oliver Davies 2025-03-29 23:09:54 +00:00
parent f775a4341b
commit 383dab85f2
8 changed files with 2 additions and 3 deletions

View file

@ -10,7 +10,7 @@
./neovim.nix ./neovim.nix
./newsboat.nix ./newsboat.nix
./notes.nix ./notes.nix
./phpactor.nix ./phpactor
./starship.nix ./starship.nix
./tmux.nix ./tmux.nix
./tmux-sessionizer.nix ./tmux-sessionizer.nix

View file

@ -1,7 +1,6 @@
{ self, ... }:
{ {
xdg.configFile.phpactor = { xdg.configFile.phpactor = {
source = "${self}/phpactor"; source = ./config;
recursive = true; recursive = true;
}; };
} }