nerdfonts

This commit is contained in:
Lucy von Overheidt 2025-09-09 22:30:54 +02:00
parent 2b6e2d1d5d
commit e75aff55ba
2 changed files with 14 additions and 8 deletions

View file

@ -1,7 +1,11 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
fonts.packages = with pkgs; [ fonts.packages =
with pkgs;
[
iosevka iosevka
comic-mono comic-mono
]; nerdfonts
]
++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerdfonts);
} }

View file

@ -1,7 +1,8 @@
{ config {
, pkgs config,
, inputs pkgs,
, ... inputs,
...
}: }:
{ {
imports = [ imports = [
@ -125,6 +126,7 @@
seatd seatd
jaq jaq
wl-clipboard wl-clipboard
element-desktop
]; ];
# basic configuration of git, please change to your own # basic configuration of git, please change to your own
programs.git = { programs.git = {