nixos

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

default.nix (114B)


      1 {...}: {
      2 	imports = [
      3 		./btrbk/.
      4 		./nix-ld/.
      5 	];
      6 
      7 	programs.git.enable = true;
      8 	programs.steam.enable = true;
      9 }