Add graphics module

This commit is contained in:
2023-04-16 22:04:29 +01:00
parent afb6aafb7d
commit 0ea84413f3
3 changed files with 26 additions and 1 deletions

View File

@ -29,7 +29,10 @@ with lib.my;
browsers = {
firefox.enable = true;
};
gaming.lutris.enable = false;
media.graphics = {
raster.enable = true;
vector.enable = true;
};
};
dev = {
node.enable = true;