Compare commits

...

2 commits

Author SHA1 Message Date
Trolli Schmittlauch c634bad2f0 vscodium: explicitly declare extensions as mutable
is the default value anyways
2024-10-27 01:16:55 +02:00
Trolli Schmittlauch 7331808f40 apply nixfmt 2024-10-27 01:16:16 +02:00
3 changed files with 3 additions and 2 deletions

View file

@ -11,7 +11,7 @@
nixpkgs.config.permittedInsecurePackages = [
# (temporarily) permit the usage of libolm
"olm-3.2.16"
"electron-27.3.11" # logseq
"electron-27.3.11" # logseq
];
# List packages installed in system profile.

View file

@ -257,7 +257,7 @@ in
nixpkgs.config = {
permittedInsecurePackages = [
"electron-27.3.11" # logseq
"electron-27.3.11" # logseq
# (temporarily) permit the usage of libolm
"olm-3.2.16"
];

View file

@ -10,6 +10,7 @@
programs.vscode = {
enable = true;
package = pkgs.vscodium;
mutableExtensionsDir = true;
extensions =
with pkgs.vscode-extensions;
[