Compare commits
2 commits
15e816ddc1
...
c634bad2f0
Author | SHA1 | Date | |
---|---|---|---|
|
c634bad2f0 | ||
|
7331808f40 |
|
@ -11,7 +11,7 @@
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
# (temporarily) permit the usage of libolm
|
# (temporarily) permit the usage of libolm
|
||||||
"olm-3.2.16"
|
"olm-3.2.16"
|
||||||
"electron-27.3.11" # logseq
|
"electron-27.3.11" # logseq
|
||||||
];
|
];
|
||||||
|
|
||||||
# List packages installed in system profile.
|
# List packages installed in system profile.
|
||||||
|
|
|
@ -257,7 +257,7 @@ in
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
|
|
||||||
permittedInsecurePackages = [
|
permittedInsecurePackages = [
|
||||||
"electron-27.3.11" # logseq
|
"electron-27.3.11" # logseq
|
||||||
# (temporarily) permit the usage of libolm
|
# (temporarily) permit the usage of libolm
|
||||||
"olm-3.2.16"
|
"olm-3.2.16"
|
||||||
];
|
];
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
programs.vscode = {
|
programs.vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.vscodium;
|
package = pkgs.vscodium;
|
||||||
|
mutableExtensionsDir = true;
|
||||||
extensions =
|
extensions =
|
||||||
with pkgs.vscode-extensions;
|
with pkgs.vscode-extensions;
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in a new issue