An open API service indexing awesome lists of open source software.

https://github.com/peteringram0/nix

NixOS
https://github.com/peteringram0/nix

Last synced: about 1 month ago
JSON representation

NixOS

Awesome Lists containing this project

README

        

# Nix

```/etc/nixos/configuration.nix
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
/home/peter/Code/nix/configuration.nix
];
}
```