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'
|
TIMEZONE = 'Etc/UTC'
|
||||||
DOWNLOAD_REGION = 'Germany'
|
DOWNLOAD_REGION = 'Germany'
|
||||||
DEFAULT_USER = 'buffet'
|
DEFAULT_USER = 'buffet'
|
||||||
DEFAULT_GROUPS = ['audio', 'input', 'kvm', 'video']
|
DEFAULT_GROUPS = ['audio', 'input', 'kvm', 'video', 'cups']
|
||||||
DOTS = ['alacritty', 'bash', 'direnv', 'git', 'nvim', 'profile', 'xinit']
|
DOTS = ['alacritty', 'bash', 'direnv', 'git', 'nvim', 'profile', 'xinit']
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
@ -27,11 +27,13 @@ dependencies = [
|
||||||
'alacritty',
|
'alacritty',
|
||||||
'brightnessctl',
|
'brightnessctl',
|
||||||
'clang',
|
'clang',
|
||||||
|
'cups',
|
||||||
'curl',
|
'curl',
|
||||||
'firefox',
|
'firefox',
|
||||||
'flameshot',
|
'flameshot',
|
||||||
'git',
|
'git',
|
||||||
'github-cli',
|
'github-cli',
|
||||||
|
'hplip',
|
||||||
'htop',
|
'htop',
|
||||||
'intel-ucode',
|
'intel-ucode',
|
||||||
'man-db',
|
'man-db',
|
||||||
|
@ -68,6 +70,7 @@ dependencies_aur = [
|
||||||
|
|
||||||
services = [
|
services = [
|
||||||
'NetworkManager',
|
'NetworkManager',
|
||||||
|
'cups.socket',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue