toaster: use gnome
This commit is contained in:
parent
72a098c283
commit
2c558dfa3f
4 changed files with 80 additions and 60 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue