mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:13:54 -05:00
emacs: remove nixfmt
This commit is contained in:
parent
0ecde61760
commit
df5b384768
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue