Testing
This commit is contained in:
parent
dd1027db02
commit
65bece906f
2 changed files with 7 additions and 4 deletions
|
@ -5,9 +5,10 @@
|
||||||
config = {
|
config = {
|
||||||
allowUnfree = unfree;
|
allowUnfree = unfree;
|
||||||
permittedInsecurePackages = [
|
permittedInsecurePackages = [
|
||||||
# "electron-27.3.11" # Logseq
|
"electron-27.3.11" # Logseq
|
||||||
# "olm-3.2.16" # Unknown
|
# "olm-3.2.16" # Unknown
|
||||||
"dotnet-runtime-wrapped-7.0.20"
|
"dotnet-runtime-wrapped-7.0.20"
|
||||||
|
"dotnet-runtime-7.0.20"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
hostPlatform = system;
|
hostPlatform = system;
|
||||||
|
@ -18,9 +19,10 @@
|
||||||
config = {
|
config = {
|
||||||
allowUnfree = unfree;
|
allowUnfree = unfree;
|
||||||
permittedInsecurePackages = [
|
permittedInsecurePackages = [
|
||||||
# "electron-27.3.11" # Logseq
|
"electron-27.3.11" # Logseq
|
||||||
# "olm-3.2.16" # Unknown
|
# "olm-3.2.16" # Unknown
|
||||||
"dotnet-runtime-wrapped-7.0.20"
|
"dotnet-runtime-wrapped-7.0.20"
|
||||||
|
"dotnet-runtime-7.0.20"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
hostPlatform = system;
|
hostPlatform = system;
|
||||||
|
|
|
@ -12,10 +12,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
(nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; })
|
# (nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; })
|
||||||
|
nerdfonts
|
||||||
# noto-fonts-emoji
|
# noto-fonts-emoji
|
||||||
# sarasa-gothic
|
# sarasa-gothic
|
||||||
font-awesome
|
font-awesome
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue