starting to flesh out the nix config more

This commit is contained in:
Chris Cochrun 2024-03-07 17:00:00 -06:00
parent 0da49fa4a8
commit 52c1a79d2e
2 changed files with 460 additions and 213 deletions

View file

@ -2,7 +2,7 @@
with lib;
{
services.emacs = {
enable = true;
enable = false;
package = with pkgs; ((emacsPackagesFor pkgs.emacs-pgtk).emacsWithPackages
(epkgs: with epkgs; [
vterm