aboutsummaryrefslogtreecommitdiff
path: root/home/emacs/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-05home/profiles: move (almost) all modules to profilesFranck Cuny1-21/+0
This is a major refactor, similar to what was done for the hosts, but in a single commit.
2023-01-07fix(home/emacs): don't install nixpkgs-fmt hereFranck Cuny1-1/+0
2023-01-07fix(home/emacs): rename the packageFranck Cuny1-1/+1
``` trace: emacsPgtkNativeComp has been renamed to emacsPgtk, please update your expression. ```
2022-06-20fix(home/emacs): don't create frame for emacsclientFranck Cuny1-2/+2
Use the existing one. Change-Id: I3983aa234528a97ebab87982c8af88472a5a2933 Reviewed-on: https://cl.fcuny.net/c/world/+/462 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-06-20fix(home/emacs): install the package nixpkgs-fmtFranck Cuny1-0/+1
nixpkgs-fmt is a tool to format nix code. This is the one the nix community seems to recommend (https://github.com/nix-community/nixpkgs-fmt) so I should use it. I'm installing this with Emacs because that's how I interact with this code, and I'll configure Emacs to use it for formatting the code. Change-Id: I4364a898c54c75ace12d07636085faa7e9c050c7 Reviewed-on: https://cl.fcuny.net/c/world/+/459 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-06-10fix(fmt): correct formatting for all nix filesFranck Cuny1-1/+2
This was done by running `nixpkgs-fmt .'. Change-Id: I4ea6c1e759bf468d08074be2111cbc7af72df295 Reviewed-on: https://cl.fcuny.net/c/world/+/404 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-05-13home: fix name of the package for EmacsFranck Cuny1-1/+1
2022-04-09add a few more modules to home/ and delete stuffFranck Cuny1-3/+9
2022-04-08home: add more configurations for home-managerFranck Cuny1-0/+14