Add p14 configuration
This commit is contained in:
parent
be2ed3c9bf
commit
5fe1764dbe
32 changed files with 332 additions and 14 deletions
51
host_vars/p14/system.yml
Normal file
51
host_vars/p14/system.yml
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
---
|
||||
packages:
|
||||
- nftables
|
||||
- tmux
|
||||
- unrar
|
||||
- vim
|
||||
- git
|
||||
- openssl
|
||||
- iproute2
|
||||
- curl
|
||||
- reflector
|
||||
- ttf-ibm-plex
|
||||
- systemd-ukify
|
||||
- efibootmgr
|
||||
- git-delta
|
||||
|
||||
# custom host packages
|
||||
- keepassxc
|
||||
- gimp
|
||||
- firefox
|
||||
- mpv
|
||||
- yt-dlp
|
||||
- syncthing
|
||||
- mpd
|
||||
- wireguard-tools
|
||||
- okular
|
||||
- postgresql
|
||||
- plasma-meta
|
||||
- wezterm
|
||||
- thunderbird
|
||||
- pipewire
|
||||
- pipewire-pulse
|
||||
- pipewire-alsa
|
||||
- aspell-nl
|
||||
- aspell-en
|
||||
- iwd
|
||||
|
||||
mkinitcpio_templates:
|
||||
- src: "templates/p14/mkinitcpio/1-modules.conf.j2"
|
||||
dest: "/etc/mkinitcpio.conf.d/1-modules.conf"
|
||||
|
||||
- src: "templates/p14/mkinitcpio/2-hooks.conf.j2"
|
||||
dest: "/etc/mkinitcpio.conf.d/2-hooks.conf"
|
||||
|
||||
- src: "templates/p14/mkinitcpio/linux.preset.j2"
|
||||
dest: "/etc/mkinitcpio.d/linux.preset"
|
||||
|
||||
- src: "templates/p14/mkinitcpio/linux-lts.preset.j2"
|
||||
dest: "/etc/mkinitcpio.d/linux-lts.preset"
|
||||
|
||||
wezterm_font_size: 11
|
||||
Loading…
Add table
Add a link
Reference in a new issue