https://github.com/lexuge/emacs.d
My personal emacs config with nix flake support.
https://github.com/lexuge/emacs.d
Last synced: about 1 year ago
JSON representation
My personal emacs config with nix flake support.
- Host: GitHub
- URL: https://github.com/lexuge/emacs.d
- Owner: LEXUGE
- License: gpl-3.0
- Created: 2020-10-07T11:59:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T21:28:55.000Z (over 2 years ago)
- Last Synced: 2025-02-10T01:45:55.841Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 119 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# emacs.d
My personal emacs config with nix flake support.
```
├───overlay: Nixpkgs overlay
└───packages
├───aarch64-linux
│ ├───ash-emacs-aarch64-linux: package 'emacs-with-packages-27.1'
│ └───ash-emacs-source: package 'ash-emacs-source-2020-10-07'
├───i686-linux
│ ├───ash-emacs-i686-linux: package 'emacs-with-packages-27.1'
│ └───ash-emacs-source: package 'ash-emacs-source-2020-10-07'
├───x86_64-darwin
│ ├───ash-emacs-source: package 'ash-emacs-source-2020-10-07'
│ └───ash-emacs-x86_64-darwin: package 'emacs-with-packages-27.1'
└───x86_64-linux
├───ash-emacs-source: package 'ash-emacs-source-2020-10-07'
└───ash-emacs-x86_64-linux: package 'emacs-with-packages-27.1'
```
The flake includes `ash-emacs` and `ash-emacs-source` packages. The first one is `emacs` package with all the dependencies pre-compiled. The second one is the source file for `~/.emacs.d`.