This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-06-20 20:38:45 +02:00
parent d0b95bce88
commit b8c1c7f302
9 changed files with 1378 additions and 706 deletions

15
system-modules/fonts.nix Normal file
View File

@@ -0,0 +1,15 @@
{ pkgs, ... }:
{
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
newcomputermodern
atkinson-hyperlegible
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
] ++ (with rice.font; [
base.package
code.package
]) ++ (with pkgs-unstable; [
]);
}

View File

@@ -3,6 +3,7 @@
environment.systemPackages = with pkgs; [
gnupg
];
programs.gnupg = {
dirmngr.enable = true;
agent = {