nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

default.nix (72B)


      1 {...}: {
      2 	imports = [./nvidia/.];
      3 
      4 	hardware.bluetooth.enable = true;
      5 }