feat: add emacs configuration
prepares for nix-doom-emacs configuration
This commit is contained in:
parent
281c2d5883
commit
e033afb364
1 changed files with 31 additions and 0 deletions
31
users/profiles/emacs/default.nix
Normal file
31
users/profiles/emacs/default.nix
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
{ config, pkgs, ... }: {
|
||||||
|
# programs.doom-emacs = {
|
||||||
|
# enable = true;
|
||||||
|
# doomPrivateDir = ./doom;
|
||||||
|
# };
|
||||||
|
|
||||||
|
# services.emacs = {
|
||||||
|
# enable = true;
|
||||||
|
# package = config.programs.emacs.package;
|
||||||
|
# };
|
||||||
|
|
||||||
|
environment.systemPackages = 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