nautilus can now open directories in terminal apparently
This commit is contained in:
parent
2e832a52a2
commit
ab9706d4b9
1 changed files with 3 additions and 16 deletions
|
@ -1,20 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.nautilus-open-any-terminal = {
|
||||
enable = true;
|
||||
terminal = "ghostty";
|
||||
};
|
||||
|
||||
environment = {
|
||||
sessionVariables.NAUTILUS_4_EXTENSION_DIR = "${pkgs.nautilus-python}/lib/nautilus/extensions-4";
|
||||
pathsToLink = [
|
||||
"/share/nautilus-python/extensions"
|
||||
];
|
||||
|
||||
systemPackages = with pkgs; [
|
||||
nautilus
|
||||
nautilus-python
|
||||
];
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
nautilus
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue