GVFS stuff, VS Code tweaks

This commit is contained in:
Erwin Boskma 2022-01-31 08:10:31 +01:00
parent fc8eb06006
commit 8d88b3c740
Signed by: erwin
GPG key ID: 270B20D17394F7E5
4 changed files with 7 additions and 6 deletions

View file

@ -16,7 +16,7 @@ let
"security.tls.enable_0rtt_data" = false; "security.tls.enable_0rtt_data" = false;
"media.ffmpeg.vaapi.enabled" = true; "media.ffmpeg.vaapi.enabled" = true;
"media.rdd-ffmpeg.enabled" = true; "media.rdd-ffmpeg.enabled" = true;
"network.http.http3.enabled" = false; # Temporary workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=1749908 # "network.http.http3.enabled" = false; # Temporary workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=1749908
}; };
nonDefaultDesktop = pkgs.makeDesktopItem { nonDefaultDesktop = pkgs.makeDesktopItem {

View file

@ -59,6 +59,7 @@ in
}; };
extraConfig = { extraConfig = {
credential.helper = "${pkgs.git.override { withLibsecret = true; }}/bin/git-credential-libsecret";
init = { init = {
defaultBranch = "main"; defaultBranch = "main";
}; };

View file

@ -399,7 +399,6 @@
"python.languageServer": "Default", "python.languageServer": "Default",
"shellcheck.enableQuickFix": true, "shellcheck.enableQuickFix": true,
"shellcheck.customArgs": ["--enable=all"], "shellcheck.customArgs": ["--enable=all"],
"python.defaultInterpreterPath": "/usr/bin/python",
"workbench.colorTheme": "Monokai Pro", "workbench.colorTheme": "Monokai Pro",
"[elixir]": { "[elixir]": {
"editor.defaultFormatter": "JakeBecker.elixir-ls" "editor.defaultFormatter": "JakeBecker.elixir-ls"
@ -419,8 +418,6 @@
"workbench.editorAssociations": { "workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb" "*.ipynb": "jupyter.notebook.ipynb"
}, },
"zigLanguageClient.path": "/home/erwin/zls/zls",
"zig.buildOnSave": true,
"editor.cursorStyle": "line", "editor.cursorStyle": "line",
"editor.wordSeparators": "/\\()\"':,.;<>~!@#$%^&*|+=[]{}`?-", "editor.wordSeparators": "/\\()\"':,.;<>~!@#$%^&*|+=[]{}`?-",
"editor.wordWrap": "off", "editor.wordWrap": "off",

View file

@ -189,6 +189,10 @@ in
programs = { programs = {
dconf.enable = true; dconf.enable = true;
seahorse.enable = true;
steam.enable = true;
sway = { sway = {
enable = true; enable = true;
wrapperFeatures = { wrapperFeatures = {
@ -197,8 +201,6 @@ in
}; };
extraPackages = with pkgs; [ swaylock-effects swayidle ]; extraPackages = with pkgs; [ swaylock-effects swayidle ];
}; };
steam.enable = true;
}; };
xdg = { xdg = {
@ -218,6 +220,7 @@ in
services = { services = {
dbus.packages = [ pkgs.gcr ]; dbus.packages = [ pkgs.gcr ];
avahi.publish.workstation = true; avahi.publish.workstation = true;
gvfs.enable = true;
}; };
security = { security = {