fixing emacs and using nix to configure hyprland

This commit is contained in:
Chris Cochrun 2024-03-20 09:32:26 -05:00
parent 52c1a79d2e
commit 40293e1c71
2 changed files with 177 additions and 164 deletions

View file

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