mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
profile/nautilus: note nautilus-open-any-terminal settings
This commit is contained in:
parent
aeb2417bd2
commit
83e34e4559
1 changed files with 6 additions and 0 deletions
|
@ -35,5 +35,11 @@ in
|
||||||
"/share/nautilus-python/extensions"
|
"/share/nautilus-python/extensions"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# TODO enable 24.05
|
||||||
|
# programs.nautilus-open-any-terminal = {
|
||||||
|
# enable = true;
|
||||||
|
# terminal = "foot";
|
||||||
|
# };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue