diff options
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; + }; +} |