Signed-off-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
2024-11-14 17:04:54 -05:00
parent b535f8ad4a
commit 80f6040765
10 changed files with 45 additions and 278 deletions

View File

@@ -1,16 +0,0 @@
{ pkgs, config, ... }:
{
home.packages = with pkgs; [
emacs
fzf
ripgrep
emacs-lsp-booster
(nerdfonts.override { fonts = [ "Iosevka" ]; })
];
home.file.".emacs.d" = {
source = ./emacs.d;
recursive = true;
};
}