add vps, tweak some stuff
This commit is contained in:
parent
cf65325765
commit
cdd9edb3c0
7 changed files with 45 additions and 36 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue