dustbowl: linux 6.1, add roboto fonts
This commit is contained in:
parent
754faa1ce8
commit
0c184633f1
1 changed files with 4 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
};
|
||||
|
||||
# Kernel version
|
||||
boot.kernelPackages = pkgs.linuxPackages_5_15;
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_1;
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
# boot.loader.systemd-boot.enable = true;
|
||||
|
|
@ -386,6 +386,9 @@
|
|||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
noto-fonts-extra
|
||||
roboto
|
||||
roboto-slab
|
||||
roboto-mono
|
||||
];
|
||||
fonts.fontconfig = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue