summaryrefslogtreecommitdiffstats
path: root/hosts/nepsis
diff options
context:
space:
mode:
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];