Add cups
This commit is contained in:
parent
7b678e6ff3
commit
a2dd9f24a4
1 changed files with 4 additions and 1 deletions
|
@ -19,7 +19,7 @@ ENCODING = 'UTF-8'
|
|||
TIMEZONE = 'Etc/UTC'
|
||||
DOWNLOAD_REGION = 'Germany'
|
||||
DEFAULT_USER = 'buffet'
|
||||
DEFAULT_GROUPS = ['audio', 'input', 'kvm', 'video']
|
||||
DEFAULT_GROUPS = ['audio', 'input', 'kvm', 'video', 'cups']
|
||||
DOTS = ['alacritty', 'bash', 'direnv', 'git', 'nvim', 'profile', 'xinit']
|
||||
|
||||
dependencies = [
|
||||
|
@ -27,11 +27,13 @@ dependencies = [
|
|||
'alacritty',
|
||||
'brightnessctl',
|
||||
'clang',
|
||||
'cups',
|
||||
'curl',
|
||||
'firefox',
|
||||
'flameshot',
|
||||
'git',
|
||||
'github-cli',
|
||||
'hplip',
|
||||
'htop',
|
||||
'intel-ucode',
|
||||
'man-db',
|
||||
|
@ -68,6 +70,7 @@ dependencies_aur = [
|
|||
|
||||
services = [
|
||||
'NetworkManager',
|
||||
'cups.socket',
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue