From 1125aaa49aec6a220fd3b9d03076fec398b35a14 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 9 Apr 2022 09:42:03 -0700 Subject: add a few more modules to home/ and delete stuff --- users/fcuny/desktop/emacs.nix | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 users/fcuny/desktop/emacs.nix (limited to 'users/fcuny/desktop/emacs.nix') 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 ])) - ]; -} -- cgit v1.2.3