Add php package group and emacs mode.
This commit is contained in:
parent
90765052c0
commit
b723545776
2 changed files with 19 additions and 0 deletions
9
pkgsets/emacs/php-mode.nix
Normal file
9
pkgsets/emacs/php-mode.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
mkIf (elem "emacs::php-mode" config.machine.pkgs) {
|
||||
programs.emacs.init.usePackage = {
|
||||
php-mode.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue