Skip to content

Commit

Permalink
Merge pull request #910 from NeroReflex/openrazer
Browse files Browse the repository at this point in the history
razer: allow control of such hardware
  • Loading branch information
ruineka authored Apr 4, 2024
2 parents 6606d5e + 773dd64 commit 767162b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ passwd --lock root
# create user
groupadd -r autologin
useradd -m ${USERNAME} -G autologin,wheel
useradd -m ${USERNAME} -G autologin,wheel,plugdev
echo "${USERNAME}:${USERNAME}" | chpasswd
# set the default editor, so visudo works
Expand Down
2 changes: 2 additions & 0 deletions manifest
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export PACKAGES="\
noto-fonts-emoji \
nss-mdns \
openal \
openrazer-daemon \
openssh \
p7zip \
pipewire \
Expand All @@ -126,6 +127,7 @@ export PACKAGES="\
pulsemixer \
python \
python-inotify-simple \
python-notify2 \
qtractor \
retroarch \
rsync \
Expand Down

0 comments on commit 767162b

Please sign in to comment.