dot

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

default.nix (113B)


      1 {
      2   hardware.bluetooth.enable = true;
      3   environment.persistence."/fix".directories = [ "/var/lib/bluetooth" ];
      4 }