mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
profile/nautilus: use open-any-terminal settings
This commit is contained in:
parent
92b6cfe323
commit
cf7fa9f97d
1 changed files with 4 additions and 5 deletions
|
@ -36,10 +36,9 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
# TODO enable 24.05
|
||||
# programs.nautilus-open-any-terminal = {
|
||||
# enable = true;
|
||||
# terminal = "foot";
|
||||
# };
|
||||
programs.nautilus-open-any-terminal = {
|
||||
enable = true;
|
||||
terminal = "foot";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue