fix fonts

This commit is contained in:
genofire 2021-10-07 19:02:57 +02:00
parent d15f72e186
commit 1f2a3812e5
3 changed files with 23 additions and 1 deletions

View File

@ -4,6 +4,8 @@
BROWSER = "firefox";
};
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
# env
libnotify
@ -11,6 +13,9 @@
pavucontrol
glib # run gsettings for gnome
flat-remix-gtk
noto-fonts
noto-fonts-emoji
powerline-fonts
line-awesome
pinentry-gnome
# apps
@ -32,5 +37,11 @@
pinentryFlavor = "gnome3";
};
programs.browserpass.enable = true;
programs.browserpass = {
enable = true;
browsers = ["firefox"];
};
programs.firefox = {
enable = true;
};
}

View File

@ -59,6 +59,8 @@
enable = true;
extraPackages = with pkgs.vimPlugins; [
nvim-lspconfig
airline
Syntastic
nerdtree
];
};

View File

@ -39,4 +39,13 @@
# duskTime = "22:00-23:00";
# dawnTime = "6:00-10:00";
};
#programs.alacritty = {
# enable = true;
# settings = {
# background_opacity = 0.95;
# font.size = 8;
# schemes.base16.primary.background = "0x0a0a0a";
# colors = "*base16";
# };
#};
}