ookst480s: update host modules
This commit is contained in:
parent
033588cb19
commit
4ac9af3ca8
5 changed files with 54 additions and 88 deletions
23
hosts/ookst480s/hardware.nix
Normal file
23
hosts/ookst480s/hardware.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
ooknet.hardware = {
|
||||
cpu.type = "intel";
|
||||
gpu.type = "intel";
|
||||
features = [
|
||||
"bluetooth"
|
||||
"backlight"
|
||||
"battery"
|
||||
"ssd"
|
||||
"audio"
|
||||
"video"
|
||||
];
|
||||
monitors = [
|
||||
{
|
||||
primary = true;
|
||||
name = "eDP-1";
|
||||
width = 1920;
|
||||
height = 1080;
|
||||
workspace = "1";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue