This commit is contained in:
2025-06-11 15:26:04 -07:00
parent bf59582afd
commit 009136a417
5 changed files with 48 additions and 45 deletions

View 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 = "";
};
}

View File

@@ -130,7 +130,6 @@
"${pkgs.fuzzel}/bin/fuzzel"
];
"Mod+O".action = toggle-overview;
# open a terminal