mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
9 lines
131 B
Nix
9 lines
131 B
Nix
{ pkgs, ... }: {
|
|
fonts = {
|
|
fonts = with pkgs; [
|
|
font-awesome
|
|
twitter-color-emoji
|
|
iosevka-bin
|
|
];
|
|
};
|
|
}
|