summaryrefslogtreecommitdiffstats
path: root/hosts/nepsis
diff options
context:
space:
mode:
authorSkullheadx <admonty1@protonmail.com>2026-06-28 22:57:15 -0400
committerSkullheadx <admonty1@protonmail.com>2026-06-28 22:57:15 -0400
commit8f01dfc91308467c0f43614f36d0be7e7472c151 (patch)
treece0b45bf951b5afdc33c862e96d9f426fd681d24 /hosts/nepsis
parentunblock yt (diff)
downloadnixos-8f01dfc91308467c0f43614f36d0be7e7472c151.tar.gz
nixos-8f01dfc91308467c0f43614f36d0be7e7472c151.tar.bz2
nixos-8f01dfc91308467c0f43614f36d0be7e7472c151.zip
emacs
Diffstat (limited to '')
-rw-r--r--hosts/nepsis/configuration.nix7
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];