Compare commits
3 commits
dd1027db02
...
a4ef841719
Author | SHA1 | Date | |
---|---|---|---|
a4ef841719 | |||
36d2adf239 | |||
65bece906f |
2 changed files with 11 additions and 6 deletions
|
@ -5,9 +5,10 @@
|
|||
config = {
|
||||
allowUnfree = unfree;
|
||||
permittedInsecurePackages = [
|
||||
# "electron-27.3.11" # Logseq
|
||||
"electron-27.3.11" # Logseq
|
||||
# "olm-3.2.16" # Unknown
|
||||
"dotnet-runtime-wrapped-7.0.20"
|
||||
"dotnet-runtime-7.0.20"
|
||||
];
|
||||
};
|
||||
hostPlatform = system;
|
||||
|
@ -18,9 +19,10 @@
|
|||
config = {
|
||||
allowUnfree = unfree;
|
||||
permittedInsecurePackages = [
|
||||
# "electron-27.3.11" # Logseq
|
||||
"electron-27.3.11" # Logseq
|
||||
# "olm-3.2.16" # Unknown
|
||||
"dotnet-runtime-wrapped-7.0.20"
|
||||
"dotnet-runtime-7.0.20"
|
||||
];
|
||||
};
|
||||
hostPlatform = system;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, config, ... }: {
|
||||
{ pkgs-unstable, config, ... }: {
|
||||
# Fonts
|
||||
fonts = {
|
||||
fontconfig = {
|
||||
|
@ -11,8 +11,11 @@
|
|||
includeUserConf = false;
|
||||
};
|
||||
|
||||
packages = with pkgs; [
|
||||
(nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; })
|
||||
packages = with pkgs-unstable; [
|
||||
# (nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; })
|
||||
# nerdfonts
|
||||
nerd-fonts.jetbrains-mono
|
||||
nerd-fonts.arimo
|
||||
# noto-fonts-emoji
|
||||
# sarasa-gothic
|
||||
font-awesome
|
||||
|
|
Loading…
Reference in a new issue