diff options
author | Griffin Smith <root@gws.fyi> | 2020-03-29T16·51-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-03-29T16·52-0400 |
commit | 6ae7133781e13b86f6d0a7f6eb1edba76c3b6457 (patch) | |
tree | 1539a968f8b2ed3a14e2d73845b849651b329d70 /home/machines/chupacabra.nix | |
parent | 81628a9c399be6747c6c702a54fed7ed95266e7a (diff) |
chupacabra home machine config
Diffstat (limited to 'home/machines/chupacabra.nix')
-rw-r--r-- | home/machines/chupacabra.nix | 7 |
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; + }; +} |