Extract a phpactor mixin
This commit is contained in:
parent
44d2685854
commit
6443b72707
11 changed files with 13 additions and 7 deletions
|
@ -9,7 +9,6 @@
|
|||
./neovim
|
||||
./newsboat
|
||||
./notes.nix
|
||||
./phpactor
|
||||
./starship.nix
|
||||
./tmux.nix
|
||||
./tmux-sessionizer.nix
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
xdg.configFile.phpactor = {
|
||||
source = ./config;
|
||||
recursive = true;
|
||||
};
|
||||
}
|
11
modules/mixins/phpactor/default.nix
Normal file
11
modules/mixins/phpactor/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
phpactor
|
||||
];
|
||||
|
||||
home-manager.users.opdavies.xdg.configFile.phpactor = {
|
||||
source = ./config;
|
||||
recursive = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue