Run formatter

This commit is contained in:
Toast 2024-12-15 15:43:36 +01:00
parent 5895f4beb1
commit 99056c9f32
4 changed files with 16 additions and 12 deletions

View file

@ -50,9 +50,11 @@ in {
];
};
plasma-workspace = kPrev.plasma-workspace.overrideAttrs {
patches = kPrev.plasma-workspace.patches ++ [
./patches/plasma_workspace-pr4883.patch
];
patches =
kPrev.plasma-workspace.patches
++ [
./patches/plasma_workspace-pr4883.patch
];
};
}
);