mirror of
https://github.com/ParkerTenBroeck/dotfiles.git
synced 2026-06-06 21:00:35 -04:00
initial
This commit is contained in:
commit
0a62ab530d
30 changed files with 2420 additions and 0 deletions
42
modules/fonts.nix
Normal file
42
modules/fonts.nix
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
fonts.packages = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-color-emoji
|
||||
liberation_ttf
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
mplus-outline-fonts.githubRelease
|
||||
dina-font
|
||||
font-awesome
|
||||
powerline-fonts
|
||||
powerline-symbols
|
||||
nerd-fonts.symbols-only
|
||||
proggyfonts
|
||||
cozette
|
||||
luculent
|
||||
];
|
||||
# home-manager.users.may = { pkgs, ... }: {
|
||||
# fonts.fontconfig.enable = true;
|
||||
|
||||
# home.packages = with pkgs; [
|
||||
# noto-fonts
|
||||
# noto-fonts-cjk-sans
|
||||
# noto-fonts-color-emoji
|
||||
# liberation_ttf
|
||||
# fira-code
|
||||
# fira-code-symbols
|
||||
# mplus-outline-fonts.githubRelease
|
||||
# dina-font
|
||||
# font-awesome
|
||||
# powerline-fonts
|
||||
# powerline-symbols
|
||||
# nerd-fonts.symbols-only
|
||||
# proggyfonts
|
||||
# cozette
|
||||
# luculent
|
||||
# ];
|
||||
# };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue