Add is_top_level_profile = False to i3 profiles

This commit is contained in:
Dylan Taylor 2021-04-08 20:58:52 -04:00
parent 8f7d8df89f
commit 37db6b8973
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
import archinstall, subprocess
is_top_level_profile = False
def _prep_function(*args, **kwargs):
"""
Magic function called by the importing installer

View File

@ -1,5 +1,7 @@
import archinstall, subprocess
is_top_level_profile = False
def _prep_function(*args, **kwargs):
"""
Magic function called by the importing installer