about summary refs log tree commit diff
path: root/users/tazjin/emacs/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-04-14T10·36+0200
committertazjin <mail@tazj.in>2021-04-14T11·20+0000
commitdd42891ab0ae7fbef3b6ed10f065321cef3fdb61 (patch)
treeaf365e87449570afff3d6b27b096f34e222abe5c /users/tazjin/emacs/default.nix
parent8f59300ae815247148b501d99858bce3ec65fe7f (diff)
refactor(tazjin/emacs): Install google-c-style by default r/2507
It is easier to do the inverse of this solution: Filter out the
package on the machines that get it from elsewhere.

Change-Id: I2abe112e4e38822d0fc7a47ea0bcedec1e0a96e3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3010
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'users/tazjin/emacs/default.nix')
-rw-r--r--users/tazjin/emacs/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/users/tazjin/emacs/default.nix b/users/tazjin/emacs/default.nix
index 609b98ba25..3ffe4cdd52 100644
--- a/users/tazjin/emacs/default.nix
+++ b/users/tazjin/emacs/default.nix
@@ -95,8 +95,9 @@ let
   # Other external packages:
   (with epkgs; [
     exwm
-    vterm
+    google-c-style
     telega
+    vterm
   ]) ++
 
   # Custom packages