mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 17:32:26 +00:00
Cleanup
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{pkgs, ...}: {
|
||||
# Set system-wide fonts.
|
||||
fonts.fonts = with pkgs; [
|
||||
dejavu_fonts
|
||||
fira-code
|
||||
@@ -14,7 +13,6 @@
|
||||
noto-fonts-extra
|
||||
];
|
||||
|
||||
# Set default fonts.
|
||||
fonts.fontconfig.defaultFonts = {
|
||||
sansSerif = ["Noto Sans"];
|
||||
serif = ["Noto Serif"];
|
||||
|
Reference in New Issue
Block a user