diff options
Diffstat (limited to 'nix/system')
-rw-r--r-- | nix/system/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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 |