home: switch to pcmanfm, set up ffmpegthumbnailer

This commit is contained in:
NullBite 2024-05-14 16:59:01 -04:00
parent fbda7137a9
commit 65ef3a1217
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 3 additions and 3 deletions

View File

@ -39,8 +39,8 @@ in
playerctl
pcmanfm-qt
pcmanfm-qt-shim
pcmanfm
ffmpegthumbnailer
wlr-randr
nwg-look

View File

@ -6,7 +6,7 @@ let
# commands
terminal = "${pkgs.kitty}/bin/kitty";
files = "${pkgs.pcmanfm-qt}/bin/pcmanfm-qt";
files = "pcmanfm"; # this should be installed in path
rofi = "${pkgs.rofi-wayland}/bin/rofi";
notifydaemon = "${pkgs.dunst}/bin/dunst";
brightnessctl = "${pkgs.brightnessctl}/bin/brightnessctl";