ookst480s: update host modules

This commit is contained in:
ooks-io 2024-11-22 11:14:55 +11:00
parent 033588cb19
commit 4ac9af3ca8
5 changed files with 54 additions and 88 deletions

View 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";
}
];
};
}