aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/desktop/emacs.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/fcuny/desktop/emacs.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/users/fcuny/desktop/emacs.nix b/users/fcuny/desktop/emacs.nix
deleted file mode 100644
index 6c2f42c..0000000
--- a/users/fcuny/desktop/emacs.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ lib, config, pkgs, ... }:
-
-{
- home.packages = with pkgs; [
- emacsPgtkGcc
- # see https://github.com/hlissner/doom-emacs/issues/4138
- (aspellWithDicts (dicts: with dicts; [ en en-computers en-science ]))
- ];
-}