diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-14 20:07:42 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-14 20:07:42 -0400 |
commit | 97c78933b36b8c704489965a79f55e622aeccb01 (patch) | |
tree | d20e93ffae246ba524356e19803f2e6872854e0e /nix/system/default.nix | |
parent | update freyanet wg (diff) | |
download | dotfiles-nix-97c78933b36b8c704489965a79f55e622aeccb01.tar.gz dotfiles-nix-97c78933b36b8c704489965a79f55e622aeccb01.tar.bz2 dotfiles-nix-97c78933b36b8c704489965a79f55e622aeccb01.zip |
update commits (a bit ago)
Diffstat (limited to '')
-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 |