diff options
Diffstat (limited to 'ops')
-rw-r--r-- | ops/nixos/nugget/default.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ops/nixos/nugget/default.nix b/ops/nixos/nugget/default.nix index a129a484852d..a034f007d5f4 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 |