feat(desktop): fix nnn pmount permission.

This commit is contained in:
CronyAkatsuki 2025-05-16 12:33:37 +02:00
parent e2afd11cc4
commit dd5a77bec2
2 changed files with 1 additions and 1 deletions

View file

@ -120,6 +120,7 @@
# List packages installed in system profile # List packages installed in system profile
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
pmount
neovim neovim
lm_sensors lm_sensors
libva-utils libva-utils

View file

@ -24,7 +24,6 @@
v = "~/Videos"; v = "~/Videos";
}; };
extraPackages = with pkgs; [ extraPackages = with pkgs; [
pmount
ffmpegthumbnailer ffmpegthumbnailer
mediainfo mediainfo
poppler_utils poppler_utils