disable emacsunstable for now i guess

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-12-07 17:13:50 -05:00
parent 8cf748446c
commit f337916032
2 changed files with 0 additions and 4 deletions

View File

@ -17,10 +17,8 @@ in {
};
services.emacs.enable = true;
services.emacs.package = pkgs.emacsUnstable;
programs.emacs = {
enable = true;
package = pkgs.emacsUnstable;
init = {
enable = true;

View File

@ -19,9 +19,7 @@ in
home.packages = with pkgs; [ anonymousPro e sqlite-interactive graphviz ];
programs.emacs.enable = true;
programs.emacs.package = pkgs.emacsUnstable;
services.emacs.enable = true;
services.emacs.package = pkgs.emacsUnstable;
home.file.".spacemacs".source = ./spacemacs;