mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
emacs: removed python dependency
This commit is contained in:
parent
c7b9a639e4
commit
b6a9216780
|
@ -7,8 +7,6 @@
|
|||
options = {alyraffauf.apps.emacs.enable = lib.mkEnableOption "Enables emacs.";};
|
||||
|
||||
config = lib.mkIf config.alyraffauf.apps.emacs.enable {
|
||||
home.packages = with pkgs; [python3];
|
||||
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
extraPackages = epkgs: (with epkgs; [
|
||||
|
|
Loading…
Reference in a new issue