Wayland tweaks for size.

This commit is contained in:
2025-10-22 17:10:00 +01:00
parent fe2c866115
commit 8100aa7070
3 changed files with 7 additions and 51 deletions

View File

@@ -10,4 +10,8 @@ let
in
{
packages = workstationProfile.packages ++ desktopPkgs;
environment.persistence."/persist/home/ppetru".directories = [
".cache"
".config/google-chrome"
];
}