add vps, tweak some stuff

This commit is contained in:
atagen 2023-07-28 16:45:16 +10:00
parent cf65325765
commit cdd9edb3c0
7 changed files with 45 additions and 36 deletions

View file

@ -55,7 +55,6 @@ in {
culr
swayosd
fuzzel
emote
kdeconnect
# syncthing
@ -569,6 +568,9 @@ in {
procMacro = {
enable = true;
};
check = {
command = "clippy"; # as i walk through the valley of the sha
};
};
}];
@ -634,7 +636,7 @@ in {
enable = true;
enableAutosuggestions = true;
enableCompletion = true;
enableSyntaxHighlighting = true;
syntaxHighlighting.enable = true;
enableVteIntegration = true;
autocd = true;
defaultKeymap = "viins";