chore: flake update
This commit is contained in:
parent
0180400c9b
commit
3de520b349
5 changed files with 48 additions and 48 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue