feature(fonts): add fonts user module and add 0xProto font

This commit is contained in:
2026-01-26 11:25:45 +01:00
parent a8468bf13f
commit 4f7ea84a8b
2 changed files with 11 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
{ config, pkgs, inputs, ... }:
{
# user fonts
home.package = with pkgs; [
nerd-fonts._0xproto
nerd-fonts.sauce-code-pro
powerline-fonts
powerline-symbols
];
}

View File

@@ -6,9 +6,6 @@
discord
fastfetch
keepassxc
nerd-fonts.sauce-code-pro
powerline-fonts
powerline-symbols
screenfetch
];