Update packages, services, groups

This commit is contained in:
buffet 2021-08-26 13:06:59 +00:00
parent e58ad30c9c
commit 55b4e84eac

View file

@ -20,27 +20,32 @@ ENCODING = 'UTF-8'
TIMEZONE = 'Etc/UTC' TIMEZONE = 'Etc/UTC'
DOWNLOAD_REGION = 'Germany' DOWNLOAD_REGION = 'Germany'
DEFAULT_USER = 'buffet' DEFAULT_USER = 'buffet'
DEFAULT_GROUPS = ['audio', 'input', 'kvm', 'video', 'cups'] DEFAULT_GROUPS = ['audio', 'input', 'kvm', 'video', 'cups', 'docker']
DOTS = ['alacritty', 'bash', 'direnv', 'git', 'nvim', 'profile', 'xinit'] DOTS = ['alacritty', 'bash', 'direnv', 'git', 'nvim', 'profile', 'xinit']
dependencies = [ dependencies = [
'acpi', 'acpi',
'alacritty', 'alacritty',
'bat', 'bat',
'borg',
'brightnessctl', 'brightnessctl',
'cargo-watch', 'cargo-watch',
'clang', 'clang',
'cloc', 'cloc',
'cups', 'cups',
'curl', 'curl',
'docker',
'fasd', 'fasd',
'firefox', 'firefox',
'flameshot', 'flameshot',
'gdb', 'gdb',
'git', 'git',
'github-cli', 'github-cli',
'go',
'gopls',
'hplip', 'hplip',
'htop', 'htop',
'i3lock',
'intel-ucode', 'intel-ucode',
'man-db', 'man-db',
'meson', 'meson',
@ -54,16 +59,16 @@ dependencies = [
'rust-analyzer', 'rust-analyzer',
'rustup', 'rustup',
'stow', 'stow',
'sway',
'tree', 'tree',
'valgrind', 'valgrind',
'wlroots',
'xclip', 'xclip',
'xf86-video-intel', 'xf86-video-intel',
'xorg-server', 'xorg-server',
'xorg-xinit', 'xorg-xinit',
] ]
# implicit: yay # implicit: yay-bin
dependencies_aur = [ dependencies_aur = [
'all-repository-fonts', 'all-repository-fonts',
'ats-acc-git', 'ats-acc-git',
@ -79,8 +84,9 @@ dependencies_aur = [
] ]
services = [ services = [
'NetworkManager', 'NetworkManager.service',
'cups.socket', 'cups.socket',
'systemd-timesyncd.service',
] ]