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
hack-font
liberation_ttf
font-awesome
libertine
nerdfonts
];
}

View File

@ -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" ];
};
};
};

View File

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