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

Merged
aaron merged 3 commits from feature/add_fonts into main 2026-01-26 11:45:11 +01:00
3 changed files with 12 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
{ config, pkgs, inputs, ... }:
{
# user fonts
home.packages = 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
];

View File

@@ -2,6 +2,7 @@
{
imports = [
../../modules/home-manager/fonts.nix
../../modules/home-manager/git.nix
../../modules/home-manager/nixvim.nix
../../modules/home-manager/programs.nix