simplify nautilus config
This commit is contained in:
parent
7f5045b5dd
commit
b6c0216a0b
1 changed files with 1 additions and 10 deletions
|
@ -1,21 +1,12 @@
|
||||||
{ pkgs, config, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
nautilus
|
nautilus
|
||||||
nautilus-python
|
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.sessionVariables.NAUTILUS_4_EXTENSION_DIR = "${pkgs.nautilus-python}/lib/nautilus/extensions-4";
|
|
||||||
environment.pathsToLink = [ "/share/nautilus-python/extensions" ];
|
|
||||||
programs.nautilus-open-any-terminal = {
|
programs.nautilus-open-any-terminal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
terminal = "ghostty";
|
terminal = "ghostty";
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://wiki.nixos.org/wiki/Nautilus#GVfs
|
|
||||||
services.gvfs.enable = true;
|
|
||||||
environment.sessionVariables.GIO_EXTRA_MODULES = [
|
|
||||||
"${config.services.gvfs.package}/lib/gio/modules"
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue