From f224c4438c3a5db75a31bce062c2d4abf7aa569f Mon Sep 17 00:00:00 2001 From: spl3g Date: Thu, 3 Oct 2024 17:42:10 +0300 Subject: fix: replace source code pro with fira code font --- nixos/general.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'nixos/general.nix') diff --git a/nixos/general.nix b/nixos/general.nix index 2446b52..4886a51 100644 --- a/nixos/general.nix +++ b/nixos/general.nix @@ -100,7 +100,7 @@ rubik # code font - (nerdfonts.override {fonts = ["SourceCodePro"];}) + fira-code-nerdfont ]; enableDefaultPackages = false; @@ -115,7 +115,9 @@ emoji = [ "Noto Color Emoji" ]; }; }; - + xdg.mime.defaultApplications = { + "application/pdf" = "firefox.desktop"; + }; programs.dconf.enable = true; i18n.defaultLocale = "en_US.UTF-8"; -- cgit v1.2.3