aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--users/fcuny/desktop/emacs.nix4
-rw-r--r--users/fcuny/desktop/syncthing.nix7
2 files changed, 11 insertions, 0 deletions
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;
+ };
+}