diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-06-28 22:57:15 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-06-28 22:57:15 -0400 |
| commit | 8f01dfc91308467c0f43614f36d0be7e7472c151 (patch) | |
| tree | ce0b45bf951b5afdc33c862e96d9f426fd681d24 /hosts | |
| parent | unblock yt (diff) | |
| download | nixos-8f01dfc91308467c0f43614f36d0be7e7472c151.tar.gz nixos-8f01dfc91308467c0f43614f36d0be7e7472c151.tar.bz2 nixos-8f01dfc91308467c0f43614f36d0be7e7472c151.zip | |
emacs
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/nepsis/configuration.nix | 7 |
1 files changed, 7 insertions, 0 deletions
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]; |
