huge update
This commit is contained in:
16
modules/home-manager/emacs/default.nix
Normal file
16
modules/home-manager/emacs/default.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ 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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user