Layout refactor
Also included provisioning for htpc host
This commit is contained in:
parent
f90702c7b8
commit
970f7489fb
103 changed files with 782 additions and 893 deletions
|
|
@ -1,41 +1,40 @@
|
|||
packages:
|
||||
- keepassxc
|
||||
- gimp
|
||||
- nftables
|
||||
- okular
|
||||
- postgresql
|
||||
- plasma-meta
|
||||
- wezterm
|
||||
- tmux
|
||||
- unrar
|
||||
- vim
|
||||
- git
|
||||
- openssl
|
||||
- kmail
|
||||
- iproute2
|
||||
- curl
|
||||
- reflector
|
||||
- otf-monaspace-nerd
|
||||
- systemd-ukify
|
||||
- efibootmgr
|
||||
- git-delta
|
||||
|
||||
- keepassxc
|
||||
- gimp
|
||||
- firefox
|
||||
- mpv
|
||||
- yt-dlp
|
||||
- nfs-utils
|
||||
- syncthing
|
||||
- mpd
|
||||
- wireguard-tools
|
||||
- okular
|
||||
- postgresql
|
||||
- plasma-meta
|
||||
- wezterm
|
||||
- kmail
|
||||
- pipewire
|
||||
- pipewire-pulse
|
||||
- pipewire-alsa
|
||||
- merkuro
|
||||
- kmail
|
||||
- otf-monaspace-nerd
|
||||
- systemd-ukify
|
||||
- efibootmgr
|
||||
- git-delta
|
||||
- aspell-nl
|
||||
- aspell-en
|
||||
|
||||
# custom packages
|
||||
- firefox
|
||||
- mpv
|
||||
- youtube-dl
|
||||
- nfs-utils
|
||||
- syncthing
|
||||
- mpd
|
||||
- wireguard-tools
|
||||
|
||||
# custom host packages
|
||||
- iwd
|
||||
- nvidia
|
||||
|
|
@ -48,14 +47,16 @@ boot_configuration:
|
|||
partition: 1
|
||||
|
||||
mkinitcpio_templates:
|
||||
- src: 'templates/personal/xps/mkinitcpio/1-modules.conf.j2'
|
||||
- src: 'templates/xps/mkinitcpio/1-modules.conf.j2'
|
||||
dest: '/etc/mkinitcpio.conf.d/1-modules.conf'
|
||||
|
||||
- src: 'templates/personal/xps/mkinitcpio/2-hooks.conf.j2'
|
||||
- src: 'templates/xps/mkinitcpio/2-hooks.conf.j2'
|
||||
dest: '/etc/mkinitcpio.conf.d/2-hooks.conf'
|
||||
|
||||
- src: 'templates/personal/xps/mkinitcpio/linux.preset.j2'
|
||||
- src: 'templates/xps/mkinitcpio/linux.preset.j2'
|
||||
dest: '/etc/mkinitcpio.d/linux.preset'
|
||||
|
||||
- src: 'templates/personal/xps/mkinitcpio/linux-lts.preset.j2'
|
||||
- src: 'templates/xps/mkinitcpio/linux-lts.preset.j2'
|
||||
dest: '/etc/mkinitcpio.d/linux-lts.preset'
|
||||
|
||||
wezterm_font_size: 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue