chore: flake update

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2026-01-19 00:16:03 -03:00
parent 0180400c9b
commit 3de520b349
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
5 changed files with 48 additions and 48 deletions

View file

@ -110,7 +110,7 @@
vhs
## Entertainment
#jellyfin-media-player # FIXME: Unsafe dependency: https://github.com/NixOS/nixpkgs/issues/437865
jellyfin-media-player
## Libraries
kdePackages.kdegraphics-thumbnailers

View file

@ -51,7 +51,7 @@
# Enable Thunar and it's dependencies
programs.thunar = {
enable = true;
plugins = with pkgs.xfce; [ thunar-archive-plugin ];
plugins = with pkgs; [ thunar-archive-plugin ];
};
programs.xfconf.enable = true; # For configuring
services.gvfs.enable = true; # For mounting drives, trash, etc.