emacs: removed python dependency

This commit is contained in:
Aly Raffauf 2024-05-04 20:55:23 -04:00
parent c7b9a639e4
commit b6a9216780

View file

@ -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; [