Compare commits
No commits in common. "a4ef841719ab71792c0b575159c406dbe9a0bfe2" and "dd1027db027716ce73d60170a01e5b93a75ff70e" have entirely different histories.
a4ef841719
...
dd1027db02
2 changed files with 6 additions and 11 deletions
|
@ -5,10 +5,9 @@
|
|||
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;
|
||||
|
@ -19,10 +18,9 @@
|
|||
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-unstable, config, ... }: {
|
||||
{ pkgs, config, ... }: {
|
||||
# Fonts
|
||||
fonts = {
|
||||
fontconfig = {
|
||||
|
@ -11,14 +11,11 @@
|
|||
includeUserConf = false;
|
||||
};
|
||||
|
||||
packages = with pkgs-unstable; [
|
||||
# (nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; })
|
||||
# nerdfonts
|
||||
nerd-fonts.jetbrains-mono
|
||||
nerd-fonts.arimo
|
||||
packages = with pkgs; [
|
||||
(nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; })
|
||||
# noto-fonts-emoji
|
||||
# sarasa-gothic
|
||||
font-awesome
|
||||
];
|
||||
};
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue