From f95d2742487f87d838c027702d44d377648253ec Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 2 Jul 2023 16:48:26 +0900 Subject: [PATCH] test --- configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 8733379b..5a0cec07 100644 --- a/configuration.nix +++ b/configuration.nix @@ -153,8 +153,6 @@ options = "--delete-older-than 7d"; }; - - # Fonts fontconfig = { defaultFonts = { @@ -165,7 +163,7 @@ }; includeUserConf = false; }; - fonts = with pkgs; [ + fonts.fonts = with pkgs; [ cascadia-code (nerdfonts.override { fonts = [ "Arimo" "JetBrainsMono" ]; }) noto-fonts-emoji