This commit is contained in:
Asaki Yuki 2026-04-14 10:49:57 +07:00
parent f360b98731
commit 787584f141
4 changed files with 35 additions and 24 deletions

View file

@ -1,16 +1,12 @@
{
lib,
config,
...
}: {
home = {
packages = [
(lib.mkIf config.programs.dolphin.enable config.programs.dolphin.package)
];
file.".config/dolphinrc" = {
text = "";
force = true;
{...}: {
programs.dolphin.configs = {
General = {
RememberOpenedTabs = false;
ModifiedStartupSettings = true;
FilterBar = true;
};
ContextMenu = {
ShowOpenTerminal = false;
};
};
}