about summary refs log tree commit diff
path: root/hosts/home.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-08 12:29:56 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-08 12:29:56 +0200
commit3b57f9b8acd8b5de6609883de8ab4b408e3b3836 (patch)
tree29f6bf35837bd226c838953ccc56b104c843d6ff /hosts/home.nix
parentMisc: Dont pass nur input directly (diff)
downloadnixos-config-3b57f9b8acd8b5de6609883de8ab4b408e3b3836.tar.gz
nixos-config-3b57f9b8acd8b5de6609883de8ab4b408e3b3836.tar.bz2
nixos-config-3b57f9b8acd8b5de6609883de8ab4b408e3b3836.zip
Enable emacs package and service
Diffstat (limited to 'hosts/home.nix')
-rw-r--r--hosts/home.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index afd1b70..476afb0 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -69,6 +69,11 @@ in
       maxCacheTtl = 86400; #24h
       maxCacheTtlSsh = 86400;
     };
+
+    emacs = {
+      enable = true;
+      startWithUserSession = true;
+    };
   };
 
   programs = {
@@ -82,6 +87,8 @@ in
       };
     };
 
+    emacs.enable = true;
+
     firefox = {
       enable = true;
       extensions = with pkgs.nur.repos.rycee.firefox-addons; [