From 0221c50c38c44f4039465844c479cfc89a64c5e8 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 21 Feb 2022 13:36:58 -0800 Subject: emacs: add aspell and dictionaries --- users/fcuny/desktop/emacs.nix | 4 ++++ users/fcuny/desktop/syncthing.nix | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 users/fcuny/desktop/syncthing.nix (limited to 'users') diff --git a/users/fcuny/desktop/emacs.nix b/users/fcuny/desktop/emacs.nix index 67cf61c..ac72278 100644 --- a/users/fcuny/desktop/emacs.nix +++ b/users/fcuny/desktop/emacs.nix @@ -3,5 +3,9 @@ { home.packages = with pkgs; [ emacsPgtkGcc + aspell + aspellDicts.en + aspellDicts.en-science + aspellDicts.en-computers ]; } diff --git a/users/fcuny/desktop/syncthing.nix b/users/fcuny/desktop/syncthing.nix new file mode 100644 index 0000000..02123a9 --- /dev/null +++ b/users/fcuny/desktop/syncthing.nix @@ -0,0 +1,7 @@ +{ ... }: + +{ + services.syncthing = { + enable = true; + }; +} -- cgit 1.4.1