feat(desktop): fix nnn pmount permission.
This commit is contained in:
parent
e2afd11cc4
commit
dd5a77bec2
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
v = "~/Videos";
|
v = "~/Videos";
|
||||||
};
|
};
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
pmount
|
|
||||||
ffmpegthumbnailer
|
ffmpegthumbnailer
|
||||||
mediainfo
|
mediainfo
|
||||||
poppler_utils
|
poppler_utils
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue