12 lines
225 B
Nix
12 lines
225 B
Nix
{...}: {
|
|
programs.dolphin.configs = {
|
|
General = {
|
|
RememberOpenedTabs = false;
|
|
ModifiedStartupSettings = true;
|
|
FilterBar = true;
|
|
};
|
|
ContextMenu = {
|
|
ShowOpenTerminal = false;
|
|
};
|
|
};
|
|
}
|