byebye emacs
This commit is contained in:
parent
cc7bb2aaba
commit
eae1582008
|
@ -23,15 +23,4 @@ in rec {
|
||||||
] ++ (if pkgs.stdenv.isDarwin then [alloy6-mac] else [pkgs.alloy6]);
|
] ++ (if pkgs.stdenv.isDarwin then [alloy6-mac] else [pkgs.alloy6]);
|
||||||
|
|
||||||
programs.alacritty = alacritty;
|
programs.alacritty = alacritty;
|
||||||
|
|
||||||
programs.emacs = {
|
|
||||||
package = pkgs.emacs;
|
|
||||||
enable = true;
|
|
||||||
extraPackages = epkgs: with epkgs; [
|
|
||||||
vterm bind-key rust-mode lsp-mode company meow agda2-mode haskell-mode
|
|
||||||
terraform-mode nix-mode insert-kaomoji
|
|
||||||
];
|
|
||||||
extraConfig = builtins.readFile ../dotfiles/init.el;
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user