feat: added eris

This commit is contained in:
Nick 2025-10-24 18:20:56 -05:00
parent c469f48b4e
commit 74f9c483ad
11 changed files with 212 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{
hardware = {
graphics = {
enable = true;
};
};
services.xserver = {
videoDrivers = [
"intel"
"modesetting"
];
deviceSection = ''
Option "TearFree" "true"
'';
};
}