hm: add emacs
This commit is contained in:
parent
c5be754716
commit
c2391b31d7
2 changed files with 15 additions and 0 deletions
14
programs/emacs/default.nix
Normal file
14
programs/emacs/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# Optional for DOOM
|
||||
clang
|
||||
coreutils
|
||||
fd
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue