feat: add Monocraft font, set trusted users and enable yubikey agent

This commit is contained in:
Jo 2024-12-23 18:34:44 +01:00
parent 27829eb0fc
commit 673421dec3
2 changed files with 8 additions and 2 deletions

View file

@ -12,7 +12,7 @@ in {
enable = mkEnableOption "Enable system font management";
fonts = mkOption {
type = listOf package;
default = with pkgs; [ noto-fonts noto-fonts-cjk-sans noto-fonts-cjk-serif noto-fonts-emoji nerdfonts ];
default = with pkgs; [ noto-fonts noto-fonts-cjk-sans noto-fonts-cjk-serif noto-fonts-emoji nerd-fonts.bigblue-terminal nerd-fonts.zed-mono monocraft ];
example = [ noto-fonts noto-fonts-emoji ];
description = "Install additional font packages";
};