Skip to content

Commit 9b0d692

Browse files
committed
acer/aspire/one/756: init
1 parent 3441b52 commit 9b0d692

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

acer/aspire/one/756/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Acer Aspire One 756
2+
3+
## About
4+
5+
[NixOS hardware configuration](https://github.com/NixOS/nixos-hardware) for
6+
[Acer Aspire One 756](https://www.acer.com/us-en/support/product-support/AO756).

acer/aspire/one/756/default.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
imports = [
3+
../../../../common/cpu/intel/sandy-bridge
4+
../../../../common/gpu/intel/sandy-bridge
5+
../../../../common/pc
6+
../../../../common/pc/laptop
7+
];
8+
}

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
in
1515
{
1616
acer-aspire-4810t = import ./acer/aspire/4810t;
17+
acer-aspire-one-756 = import ./acer/aspire/one/756;
1718
airis-n990 = import ./airis/n990;
1819
aoostar-r1-n100 = import ./aoostar/r1/n100;
1920
apple-imac-14-2 = import ./apple/imac/14-2;

0 commit comments

Comments
 (0)