mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-12 20:56:40 +02:00
thunar: Add glib
Unfortunately I don't remember why glib is needed but it may have been mounting related.
This commit is contained in:
parent
4fdcb64b9c
commit
5a7816aec8
@ -3,7 +3,11 @@
|
||||
{
|
||||
programs.thunar.enable = true;
|
||||
services.tumbler.enable = true; # Thumbnail support
|
||||
environment.systemPackages = [ pkgs.xfce.exo ]; # Open with kitty support
|
||||
environment.systemPackages = with pkgs; [
|
||||
xfce.exo # Open with kitty support
|
||||
glib
|
||||
(pkgs.callPackage ./go-thumbnailer {})
|
||||
];
|
||||
services.gvfs.enable = true; # Trash support
|
||||
services.gnome.gnome-keyring.enable = true; # Mount support
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user