mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-27 20:51:08 +01:00
acer/aspire/one/756: init
This commit is contained in:
parent
3441b5242a
commit
947ab43745
5 changed files with 17 additions and 0 deletions
6
acer/aspire/one/756/README.md
Normal file
6
acer/aspire/one/756/README.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Acer Aspire One 756
|
||||
|
||||
## About
|
||||
|
||||
[NixOS hardware configuration](https://github.com/NixOS/nixos-hardware) for
|
||||
[Acer Aspire One 756](https://www.acer.com/us-en/support/product-support/AO756).
|
||||
8
acer/aspire/one/756/default.nix
Normal file
8
acer/aspire/one/756/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
imports = [
|
||||
../../../../common/cpu/intel/sandy-bridge
|
||||
../../../../common/gpu/intel/sandy-bridge
|
||||
../../../../common/pc
|
||||
../../../../common/pc/laptop
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue