idk
This commit is contained in:
parent
f360b98731
commit
787584f141
4 changed files with 35 additions and 24 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue