about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-03-12T23·24+0000
committerVincent Ambo <tazjin@google.com>2020-03-12T23·27+0000
commitde362fd27837336952b1e1eb0a5493282db7ac62 (patch)
treecde3dfdcd73dddaddd08a57d0da7e93f55c081c2
parent8df1371b9d61acd949d266cb3885242251aa9d4d (diff)
feat(ops/nixos/nugget): Install google-c-style in Emacs r/600
-rw-r--r--ops/nixos/nugget/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/ops/nixos/nugget/default.nix b/ops/nixos/nugget/default.nix
index a129a48485..a034f007d5 100644
--- a/ops/nixos/nugget/default.nix
+++ b/ops/nixos/nugget/default.nix
@@ -95,7 +95,12 @@ in depot.lib.fix(self: {
       ops.kontemplate
       third_party.git
       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