toaster: use gnome

This commit is contained in:
Grigory Shipunov 2023-04-28 22:09:12 +02:00
parent 72a098c283
commit 2c558dfa3f
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
4 changed files with 80 additions and 60 deletions

View file

@ -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;
};