Move common packages to common i3 profile
This commit is contained in:
parent
37db6b8973
commit
a5eb815b3e
|
|
@ -1,2 +1,2 @@
|
||||||
import archinstall
|
import archinstall
|
||||||
installation.add_additional_packages("i3lock i3status i3blocks i3-gaps")
|
installation.add_additional_packages("i3-gaps")
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
import archinstall
|
import archinstall
|
||||||
installation.add_additional_packages("i3lock i3status i3blocks i3-wm")
|
installation.add_additional_packages("i3-wm")
|
||||||
|
|
@ -6,7 +6,7 @@ is_top_level_profile = False
|
||||||
|
|
||||||
# New way of defining packages for a profile, which is iterable and can be used out side
|
# New way of defining packages for a profile, which is iterable and can be used out side
|
||||||
# of the profile to get a list of "what packages will be installed".
|
# of the profile to get a list of "what packages will be installed".
|
||||||
__packages__ = []
|
__packages__ = ['i3lock', 'i3status', 'i3blocks']
|
||||||
|
|
||||||
def _prep_function(*args, **kwargs):
|
def _prep_function(*args, **kwargs):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue