mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
legacy/nautilus: update to gnome 43
This commit is contained in:
parent
35ed28a346
commit
f80f0f2c33
1 changed files with 5 additions and 3 deletions
|
@ -3,13 +3,17 @@
|
|||
# enable trash & network-mount
|
||||
services.gvfs.enable = true;
|
||||
|
||||
environment.sessionVariables.NAUTILUS_EXTENSION_DIR = "${config.system.path}/lib/nautilus/extensions-3.0";
|
||||
environment.sessionVariables.NAUTILUS_4_EXTENSION_DIR = "${config.system.path}/lib/nautilus/extensions-4";
|
||||
environment.pathsToLink = [
|
||||
"/share/nautilus-python/extensions"
|
||||
];
|
||||
|
||||
services.gnome.glib-networking.enable = true; # network-mount
|
||||
|
||||
# default-programms
|
||||
xdg.mime.enable = true;
|
||||
xdg.icons.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# thumbnails
|
||||
ffmpegthumbnailer
|
||||
|
@ -18,8 +22,6 @@
|
|||
gnome.nautilus-python
|
||||
# thumbnails
|
||||
gst_all_1.gst-libav
|
||||
# default-programms
|
||||
shared-mime-info
|
||||
# terminal-context-entry
|
||||
nautilus-open-any-terminal
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue