emacs: remove confusing reference to doom-emacs

This commit is contained in:
Jez Cope 2021-07-25 17:54:49 +01:00
parent 651511a1a0
commit 32ad1c5454
1 changed files with 1 additions and 9 deletions

View File

@ -29,15 +29,7 @@
})
];
home.file = let
doom-emacs = pkgs.fetchFromGitHub {
owner = "hlissner";
repo = "doom-emacs";
# branch "master" on 2021-07-09
rev = "42ff36914280a18230626f775d9da0487438e282";
sha256 = "1c03wbxnrgmyv5r08ggwln9gihvbr8hzidbwkhdgcip6bafdr6mc";
};
in {
home.file = {
".doom.d" = {
source = ../dotfiles/doom;
recursive = true;