Move phpactor configuration files
This commit is contained in:
parent
f775a4341b
commit
383dab85f2
8 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ self, ... }:
|
|
||||||
{
|
{
|
||||||
xdg.configFile.phpactor = {
|
xdg.configFile.phpactor = {
|
||||||
source = "${self}/phpactor";
|
source = ./config;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue