Compare commits

..

3 commits

Author SHA1 Message Date
a4ef841719
Testing 2024-12-01 22:23:23 +01:00
36d2adf239
Testing 2024-12-01 22:06:41 +01:00
65bece906f
Testing 2024-12-01 18:58:26 +01:00
2 changed files with 11 additions and 6 deletions

View file

@ -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;

View file

@ -1,4 +1,4 @@
{ pkgs, config, ... }: { { pkgs-unstable, config, ... }: {
# Fonts # Fonts
fonts = { fonts = {
fontconfig = { fontconfig = {
@ -11,8 +11,11 @@
includeUserConf = false; includeUserConf = false;
}; };
packages = with pkgs; [ packages = with pkgs-unstable; [
(nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; }) # (nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; })
# nerdfonts
nerd-fonts.jetbrains-mono
nerd-fonts.arimo
# noto-fonts-emoji # noto-fonts-emoji
# sarasa-gothic # sarasa-gothic
font-awesome font-awesome