Fix i3 profile (#1714)
This commit is contained in:
parent
c0cc5ef8a0
commit
0109b83597
|
|
@ -7,7 +7,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__ = [
|
||||||
'i3-wm'
|
'i3-wm',
|
||||||
'i3lock',
|
'i3lock',
|
||||||
'i3status',
|
'i3status',
|
||||||
'i3blocks',
|
'i3blocks',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue