Add fix-gamepad.service

This commit is contained in:
askiiart 2024-03-18 20:53:52 -05:00
parent ce7abeb0e7
commit 4821d5b5e9
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
4 changed files with 20 additions and 1 deletions

View file

@ -65,6 +65,11 @@ cp $HOME/.claws-mail/matcherrc $GIT_DIR/claws-mail/matcherrc
# xinitrc
cp $HOME/.xinitrc $GIT_DIR/other-files/.xinitrc
# fix-gamepad.service
if ! command_exists "nixos-rebuild" && command_exists "systemctl"; then
cp /etc/systemd/system/fix-gamepad.service $GIT_DIR/systemd/fix-gamepad.service
fi
# rofi
rm -rf $GIT_DIR/rofi/
cp -r $HOME/.config/rofi/ $GIT_DIR/rofi/