mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
profiles/nautilus: init from legacy
This commit is contained in:
parent
d72190bee6
commit
a74ca0da0b
5 changed files with 36 additions and 26 deletions
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
imports = [
|
||||
./fonts.nix
|
||||
./nautilus.nix
|
||||
];
|
||||
|
||||
programs.gnome-disks.enable = true;
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
# enable trash & network-mount
|
||||
services.gvfs.enable = true;
|
||||
|
||||
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; [
|
||||
gnome.nautilus
|
||||
|
||||
ffmpegthumbnailer # thumbnails
|
||||
gnome.nautilus-python # enable plugins
|
||||
gst_all_1.gst-libav # thumbnails
|
||||
nautilus-open-any-terminal # terminal-context-entry
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue