revert ab9706d4b9
This commit is contained in:
parent
6e0057f4cb
commit
4163971244
1 changed files with 8 additions and 0 deletions
|
@ -3,8 +3,16 @@
|
|||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
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 = {
|
||||
enable = true;
|
||||
terminal = "ghostty";
|
||||
};
|
||||
|
||||
# https://wiki.nixos.org/wiki/Nautilus#GVfs
|
||||
services.gvfs.enable = true;
|
||||
environment.sessionVariables.GIO_EXTRA_MODULES = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue