about summary refs log blame commit diff
path: root/home/machines/chupacabra.nix
blob: 714348e3f174ebb476eb59269432c25dc2d60bb5 (plain) (tree)
1
2
3
4
5
6
7






                                  
{ ... }:
{
  system.machine = {
    wirelessInterface = "wlp59s0";
    i3FontSize = 9;
  };
}