Add fix-gamepad.service
This commit is contained in:
parent
ce7abeb0e7
commit
4821d5b5e9
4 changed files with 20 additions and 1 deletions
|
@ -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/
|
Loading…
Add table
Add a link
Reference in a new issue