From 8f01dfc91308467c0f43614f36d0be7e7472c151 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sun, 28 Jun 2026 22:57:15 -0400 Subject: emacs --- hosts/nepsis/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'hosts/nepsis') diff --git a/hosts/nepsis/configuration.nix b/hosts/nepsis/configuration.nix index b7cecaf..16afb7c 100644 --- a/hosts/nepsis/configuration.nix +++ b/hosts/nepsis/configuration.nix @@ -97,6 +97,13 @@ bibata-cursors ]; + services.emacs = { + enable = true; + startWithGraphical = config.services.xserver.enable; + install = true; + defaultEditor = true; + }; + programs.firefox = { enable = true; nativeMessagingHosts.packages = [pkgs.passff-host]; -- cgit v1.3.1