move some graphics stuff into individual modules/files

This commit is contained in:
Schrottkatze 2024-08-01 08:37:19 +02:00
commit ddd6ecd055
No known key found for this signature in database
9 changed files with 31 additions and 16 deletions

3
modules/graphics.nix Normal file
View file

@ -0,0 +1,3 @@
{}: {
graphics.enable = true;
}