diff options
| author | Grigory Shipunov | 2023-04-28 22:09:12 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-04-28 22:09:12 +0200 |
| commit | 2c558dfa3f4777a42db418b395a95a598e1e93ae (patch) | |
| tree | ff9a7fd025957734c81a6216e0276fa8553fdf01 /modules/emacs.nix | |
| parent | 72a098c2830cf1891d8cda554e4e213e7a373b3a (diff) | |
toaster: use gnome
Diffstat (limited to 'modules/emacs.nix')
| -rw-r--r-- | modules/emacs.nix | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/modules/emacs.nix b/modules/emacs.nix index 0df6c08..a033a54 100644 --- a/modules/emacs.nix +++ b/modules/emacs.nix @@ -9,20 +9,11 @@ inputs.emacs-overlay.overlay ]; - programs.zsh.shellInit = '' - eval "$(direnv hook zsh)" - ''; - programs.bash.shellInit = '' - eval "$(direnv hook bash)" - ''; - - services.emacs = { install = true; enable = false; - package = with pkgs; ((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages (epkgs: with epkgs; [ + package = with pkgs; ((emacsPackagesFor emacsPgtk).emacsWithPackages (epkgs: with epkgs; [ vterm - pdf-tools ])); defaultEditor = false; }; |
