fix fonts

This commit is contained in:
Sam 2024-06-14 18:04:48 +01:00
parent 2aea6ff2f4
commit f3b506ac81
3 changed files with 7 additions and 6 deletions

View File

@ -7,8 +7,8 @@
noto-fonts-emoji noto-fonts-emoji
hack-font hack-font
liberation_ttf liberation_ttf
font-awesome
libertine libertine
nerdfonts
]; ];
} }

View File

@ -1,10 +1,10 @@
{}: { { ... }: {
fonts = { fonts = {
fontconfig = { fontconfig = {
defaultFonts = { defaultFonts = {
serif = [ "Noto Serif" ]; serif = [ "NotoSans Nerd Font" "Noto Color Emoji" ];
sansSerif = [ "Linux Biolinum O" "Noto Color Emoji" "Font Awesome 6 Brands" ]; sansSerif = [ "Linux Biolinum O" "Noto Color Emoji" ];
monospace = [ "Hack" "Liberation Mono" "Noto Color Emoji" "Font Awesome 6 Brands" ]; monospace = [ "Hack Nerd Font" "Noto Color Emoji" ];
}; };
}; };
}; };

View File

@ -1,9 +1,10 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
services = { services = {
libinput.enable = true; libinput.enable = true;
xserver = { xserver = {
autoRepeatDelay = 250;
autoRepeatInterval = 30;
enable = true; enable = true;
xkb.layout = "gb"; xkb.layout = "gb";
displayManager.startx.enable = true; displayManager.startx.enable = true;