From 97c78933b36b8c704489965a79f55e622aeccb01 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sat, 14 Jun 2025 20:07:42 -0400 Subject: update commits (a bit ago) --- nix/system/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nix/system/default.nix') diff --git a/nix/system/default.nix b/nix/system/default.nix index b54f8a5..7d707ca 100644 --- a/nix/system/default.nix +++ b/nix/system/default.nix @@ -14,6 +14,7 @@ # lib libz openssl + shared-mime-info # shell bash zsh @@ -99,6 +100,11 @@ ../../files/certs/tinternet.crt ]; + # mime + environment.pathsToLink = [ + "/share/mime" + ]; + # fonts fonts.packages = with pkgs; [ corefonts -- cgit v1.2.3-freya