dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

default.nix (132B)


      1 {
      2   hardware = {
      3     steam-hardware.enable = true;
      4     keyboard = {
      5       zsa.enable = true;
      6       qmk.enable = true;
      7     };
      8   };
      9 }