update
This commit is contained in:
16
home-manager/progs/emacs.nix
Normal file
16
home-manager/progs/emacs.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ pkgs, config, ... }:
|
||||
{
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs-unstable-pgtk;
|
||||
extraPackages = epkgs: [
|
||||
epkgs.dracula-theme
|
||||
|
||||
pkgs.shellcheck
|
||||
|
||||
# for file search
|
||||
pkgs.fd
|
||||
];
|
||||
extraConfig = "";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user