Update some configs

This commit is contained in:
Tobias Reisinger 2023-04-28 22:57:49 +02:00
parent 0b63872d62
commit 35d4ddae4e
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ _autoinstall_base () {
_autoinstall_env "$WAKATIME_HOME/.wakatime.cfg" _autoinstall_env "$WAKATIME_HOME/.wakatime.cfg"
cp -n "$HOME/.ssh/authorized_keys.default" "$HOME/.ssh/authorized_keys" cp --update=none "$HOME/.ssh/authorized_keys.default" "$HOME/.ssh/authorized_keys"
_autoinstall_file \ _autoinstall_file \
"https://raw.githubusercontent.com/qw3rtman/git-fire/master/git-fire" \ "https://raw.githubusercontent.com/qw3rtman/git-fire/master/git-fire" \

View file

@ -11,6 +11,6 @@
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
#rustdesk # remote desktop tool rustdesk # remote desktop tool
]; ];
} }