Add yadm is dotfiles manager

This commit is contained in:
Tobias Reisinger 2023-10-19 01:12:01 +02:00
parent 12349398f3
commit 7c11c4352c
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
19 changed files with 68 additions and 15 deletions

View file

@ -0,0 +1,15 @@
{ config, pkgs, ... }:
{
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
dejavu_fonts
freefont_ttf
liberation_ttf
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
noto-fonts
roboto
twitter-color-emoji
];
}