From 2e4dbb8830147a8e5f6c516691b3377da9db7e88 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 8 Jul 2022 12:29:56 +0200 Subject: Enable emacs package and service --- hosts/home.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'hosts/home.nix') 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; [ -- cgit 1.4.1