add gaming option to home-manager

This commit is contained in:
2025-07-13 02:47:15 +02:00
parent 43785dcc62
commit 9cada81de6
5 changed files with 16 additions and 0 deletions
+1
View File
@@ -2,4 +2,5 @@
{
options.lumpiasty.pc = lib.mkEnableOption "Enable options specific to personal computers";
options.lumpiasty.gaming = lib.mkEnableOption "Enable options specific to gaming computers";
}