diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-10-17 15:05:36 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-10-17 15:05:36 -0700 |
| commit | d43c1e768c0102387a7c1167b476bb0af2d21987 (patch) | |
| tree | da1108fd3616be21874de856ba9dd249daa1ee9b /nix/modules/home/emacs.nix | |
| parent | 841c06b106ad501643c35f48f2ced1c2d6a78641 (diff) | |
assembling big monorepo update
Diffstat (limited to 'nix/modules/home/emacs.nix')
| -rw-r--r-- | nix/modules/home/emacs.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/nix/modules/home/emacs.nix b/nix/modules/home/emacs.nix index c5bd383..6e36837 100644 --- a/nix/modules/home/emacs.nix +++ b/nix/modules/home/emacs.nix @@ -9,17 +9,18 @@ (setq system-email "${config.monorepo.profiles.email.email}") (setq system-username "${config.monorepo.vars.internetName}") (setq system-fullname "${config.monorepo.vars.fullName}") -(org-babel-load-file - (expand-file-name "~/${config.monorepo.vars.repoName}/config/emacs.org"))''; +(load "${pkgs.writeText "init.el" (builtins.readFile ../../init.el)}") +''; + extraPackages = epkgs: [ epkgs.agda2-mode epkgs.all-the-icons epkgs.auctex epkgs.catppuccin-theme - epkgs.chatgpt-shell epkgs.company epkgs.company-solidity epkgs.counsel + epkgs.centaur-tabs epkgs.dashboard epkgs.doom-themes epkgs.doom-modeline |
