Update some configs
This commit is contained in:
parent
0b63872d62
commit
35d4ddae4e
2 changed files with 2 additions and 2 deletions
|
@ -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" \
|
||||||
|
|
|
@ -11,6 +11,6 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
#rustdesk # remote desktop tool
|
rustdesk # remote desktop tool
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue