feat(ops/nixos/nugget): Install google-c-style in Emacs
This commit is contained in:
parent
8df1371b9d
commit
de362fd278
1 changed files with 6 additions and 1 deletions
|
|
@ -95,7 +95,12 @@ in depot.lib.fix(self: {
|
||||||
ops.kontemplate
|
ops.kontemplate
|
||||||
third_party.git
|
third_party.git
|
||||||
third_party.tailscale
|
third_party.tailscale
|
||||||
tools.emacs
|
|
||||||
|
# google-c-style is installed only on nugget because other
|
||||||
|
# machines get it from, eh, elsewhere.
|
||||||
|
(tools.emacs.overrideEmacs(epkgs: epkgs ++ [
|
||||||
|
third_party.emacsPackages.google-c-style
|
||||||
|
]))
|
||||||
]) ++
|
]) ++
|
||||||
|
|
||||||
# programs from nixpkgs
|
# programs from nixpkgs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue