emacs: remove nixfmt

This commit is contained in:
Aly Raffauf 2024-04-07 22:34:38 -04:00
parent 0ecde61760
commit df5b384768

View file

@ -7,7 +7,7 @@
options = {cliApps.emacs.enable = lib.mkEnableOption "Enables emacs.";}; options = {cliApps.emacs.enable = lib.mkEnableOption "Enables emacs.";};
config = lib.mkIf config.cliApps.emacs.enable { config = lib.mkIf config.cliApps.emacs.enable {
home.packages = with pkgs; [nixfmt python3]; home.packages = with pkgs; [python3];
programs.emacs = { programs.emacs = {
enable = true; enable = true;