Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sn0wm1x/hw
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sn0wm1x/hw
- Owner: sn0wm1x
- License: cc0-1.0
- Created: 2024-09-16T06:44:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T15:28:01.000Z (3 months ago)
- Last Synced: 2024-09-17T19:29:25.594Z (3 months ago)
- Language: Nix
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
SN0WM1X Hardware
## About
WIP, which may eventually be contributed to NixOS Hardware.
## Profiles
- [OnePlus 6 (enchilada)](/oneplus/enchilada/)
## Usage
```nix
{
description = "NixOS configuration with flakes";
inputs.sn0wm1x-hardware.url = "github:sn0wm1x/hw";outputs = { self, nixpkgs, sn0wm1x-hardware }: {
# replace with your actual hostname
nixosConfigurations. = nixpkgs.lib.nixosSystem {
# ...
modules = [
# ...
# add your model from this list: https://github.com/sn0wm1x/hw/blob/main/flake.nix
sn0wm1x-hardware.nixosModules.oneplus-enchilada
];
};
};
}
```