Update limine-install-patched.py
This commit is contained in:
@@ -529,9 +529,7 @@ def install_bootloader() -> None:
|
|||||||
''')
|
''')
|
||||||
|
|
||||||
for (profile, gens) in profiles:
|
for (profile, gens) in profiles:
|
||||||
# PATCHED: Changed from 'default profile' to '' for cleaner group name
|
config_file += f'/+NixOS\n'
|
||||||
group_name = '' if profile == 'system' else f"profile '{profile}'"
|
|
||||||
config_file += f'/+NixOS{group_name}\n'
|
|
||||||
|
|
||||||
isFirst = True
|
isFirst = True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user