Commit cf4cbf96ff8f

Vincent Demeester <vincent@sbr.pm>
2018-09-28 13:06:09
hokkaido: add chrome and containers/k8s
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 6174fea
Changed files (1)
hokkaido.nix
@@ -3,12 +3,16 @@
 {
   imports = [
     ./laptop.nix
+    # dev
     ./dev.go.nix
-    ./dev.rust.nix
     ./dev.python.nix
     ./dev.js.nix
+    # k8s
+    ./containers.nix
+    ./kubernetes.nix
   ];
   home.packages = with pkgs; [
+    google-chrome
     vscode
   ];
 }