1
0
Fork 0
forked from foxora/nix

fixed file picker not starting in mangowc

This commit is contained in:
foxora 2026-02-24 04:08:02 +00:00
parent e24b63b26c
commit 0555ad18cd
2 changed files with 5 additions and 2 deletions

View file

@ -5,6 +5,9 @@
home.packages = with upkgs; [ home.packages = with upkgs; [
# dependencies # dependencies
ripdrag ripdrag
# needed for xdg-desktop-portal-filechooser
gnused
]; ];
programs.yazi = { programs.yazi = {

View file

@ -28,7 +28,7 @@ exec-once = wl-clip-persist --clipboard regular
exec-once = playerctld daemon exec-once = playerctld daemon
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=wlroots exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY DISPLAY XDG_SESSION_TYPE=wayland XDG_CURRENT_DESKTOP=wlroots PATH
################################################################################ ################################################################################
##### Themeing ///////////////////////////////////////////////////////////////// ##### Themeing /////////////////////////////////////////////////////////////////