about summary refs log tree commit diff
path: root/home/machines/chupacabra.nix
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-03-29T16·51-0400
committerGriffin Smith <root@gws.fyi>2020-03-29T16·52-0400
commit6ae7133781e13b86f6d0a7f6eb1edba76c3b6457 (patch)
tree1539a968f8b2ed3a14e2d73845b849651b329d70 /home/machines/chupacabra.nix
parent81628a9c399be6747c6c702a54fed7ed95266e7a (diff)
chupacabra home machine config
Diffstat (limited to 'home/machines/chupacabra.nix')
-rw-r--r--home/machines/chupacabra.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/home/machines/chupacabra.nix b/home/machines/chupacabra.nix
new file mode 100644
index 000000000000..714348e3f174
--- /dev/null
+++ b/home/machines/chupacabra.nix
@@ -0,0 +1,7 @@
+{ ... }:
+{
+  system.machine = {
+    wirelessInterface = "wlp59s0";
+    i3FontSize = 9;
+  };
+}