ref(inventory): Split packages into groups
This commit is contained in:
parent
8e79c5f804
commit
aae6b2d7ff
2 changed files with 27 additions and 20 deletions
|
|
@ -23,13 +23,32 @@ target_system:
|
|||
|
||||
interface:
|
||||
hosts:
|
||||
void:
|
||||
target_system:
|
||||
vars:
|
||||
packages_fonts:
|
||||
fonts:
|
||||
- nerd-fonts-otf
|
||||
- noto-fonts-ttf
|
||||
- noto-fonts-cjk
|
||||
- noto-fonts-emoji
|
||||
packages_de:
|
||||
- bemenu
|
||||
- pinentry-bemenu
|
||||
- clipman
|
||||
- grim
|
||||
- kanshi
|
||||
- mako
|
||||
- slurp
|
||||
- waylock
|
||||
packages_gui:
|
||||
- gimp
|
||||
- qutebrowser
|
||||
- sioyek
|
||||
- wdisplays
|
||||
|
||||
terminal:
|
||||
hosts:
|
||||
target_system:
|
||||
vars:
|
||||
packages_terminal:
|
||||
- abduco
|
||||
- atuin
|
||||
|
|
@ -47,7 +66,7 @@ interface:
|
|||
- entr
|
||||
- eza
|
||||
- fd
|
||||
- flavours
|
||||
- flavours # TODO: To be replaced with tinty
|
||||
- fwupd
|
||||
- gallery-dl
|
||||
- git-lfs
|
||||
|
|
@ -91,17 +110,3 @@ interface:
|
|||
- zoxide
|
||||
- zr # zsh plugin manager
|
||||
- zsh
|
||||
packages_de:
|
||||
- bemenu
|
||||
- pinentry-bemenu
|
||||
- clipman
|
||||
- grim
|
||||
- kanshi
|
||||
- mako
|
||||
- slurp
|
||||
- waylock
|
||||
packages_gui:
|
||||
- gimp
|
||||
- qutebrowser
|
||||
- sioyek
|
||||
- wdisplays
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue