moves from emacs-patch overlay to home manager emacs
This commit is contained in:
parent
675795b680
commit
7d8c45c278
3 changed files with 46 additions and 26 deletions
|
|
@ -10,6 +10,10 @@
|
|||
GOPATH = "$HOME/go";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# (aspellWithDicts (dicts: with dicts; [en en-computers en-science]))
|
||||
];
|
||||
|
||||
xdg.enable = true;
|
||||
|
||||
imports = [
|
||||
|
|
@ -20,6 +24,7 @@
|
|||
../modules/wezterm
|
||||
../modules/nvim
|
||||
../modules/lazygit
|
||||
../modules/emacs
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue