mirror of
https://github.com/fscotto/infra.git
synced 2026-07-30 00:30:00 +00:00
Update FreeBSD profile with Niri
This commit is contained in:
@@ -19,6 +19,14 @@
|
||||
if 'graphical_desktop' in group_names
|
||||
else []
|
||||
)
|
||||
+ (
|
||||
(mint_emacs_packages | default([]))
|
||||
if (
|
||||
'graphical_desktop' in group_names
|
||||
and (emacs_enabled | default(false) | bool)
|
||||
)
|
||||
else []
|
||||
)
|
||||
+ (
|
||||
(mint_cinnamon_packages | default([]))
|
||||
if 'desktop_cinnamon' in group_names
|
||||
|
||||
Reference in New Issue
Block a user