updated options structure

This commit is contained in:
twoneis 2024-03-13 15:29:41 +01:00
parent d2aa848f1f
commit 8e3d589698
6 changed files with 110 additions and 102 deletions

View file

@ -1,7 +1,8 @@
{ ... }: {
withNiri = false;
withGnome = true;
withNvidia = true;
withVM = false;
withDistrobox = false;
withDistrobox = true;
withGames = false;
}