fix fonts
This commit is contained in:
parent
2aea6ff2f4
commit
f3b506ac81
|
@ -7,8 +7,8 @@
|
|||
noto-fonts-emoji
|
||||
hack-font
|
||||
liberation_ttf
|
||||
font-awesome
|
||||
libertine
|
||||
nerdfonts
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{}: {
|
||||
{ ... }: {
|
||||
fonts = {
|
||||
fontconfig = {
|
||||
defaultFonts = {
|
||||
serif = [ "Noto Serif" ];
|
||||
sansSerif = [ "Linux Biolinum O" "Noto Color Emoji" "Font Awesome 6 Brands" ];
|
||||
monospace = [ "Hack" "Liberation Mono" "Noto Color Emoji" "Font Awesome 6 Brands" ];
|
||||
serif = [ "NotoSans Nerd Font" "Noto Color Emoji" ];
|
||||
sansSerif = [ "Linux Biolinum O" "Noto Color Emoji" ];
|
||||
monospace = [ "Hack Nerd Font" "Noto Color Emoji" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
services = {
|
||||
libinput.enable = true;
|
||||
xserver = {
|
||||
autoRepeatDelay = 250;
|
||||
autoRepeatInterval = 30;
|
||||
enable = true;
|
||||
xkb.layout = "gb";
|
||||
displayManager.startx.enable = true;
|
||||
|
|
Loading…
Reference in New Issue