refactor: collapsed emacs dir, moved envvar definition
This commit is contained in:
parent
f440704ca8
commit
45566a8bc8
2 changed files with 18 additions and 18 deletions
29
users/profiles/emacs.nix
Normal file
29
users/profiles/emacs.nix
Normal file
|
@ -0,0 +1,29 @@
|
|||
{ config, pkgs, ... }: {
|
||||
services.emacs.enable = true;
|
||||
|
||||
home = {
|
||||
sessionPath = [
|
||||
"${config.xdg.configHome}/emacs/bin"
|
||||
];
|
||||
|
||||
packages = with pkgs; [
|
||||
emacs
|
||||
ripgrep
|
||||
coreutils
|
||||
cmake
|
||||
fd
|
||||
fzf
|
||||
clang
|
||||
mu
|
||||
isync
|
||||
tetex
|
||||
jq
|
||||
gnumake
|
||||
shellcheck
|
||||
nodejs
|
||||
nodePackages.prettier
|
||||
|
||||
(aspellWithDicts (dicts: with dicts; [ en en-computers en-science ]))
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue