gnome kinda sucks, going back to plasma

This commit is contained in:
William 2025-05-18 19:39:48 -03:00
parent a92172bfbc
commit 2efd2c72da
2 changed files with 19 additions and 19 deletions

View file

@ -157,17 +157,17 @@
];
};
# environment.plasma6.excludePackages = (
# with pkgs.kdePackages;
# [
# discover
# elisa
# gwenview
# kate
# khelpcenter
# oxygen
# ]
# );
environment.plasma6.excludePackages = (
with pkgs.kdePackages;
[
discover
elisa
gwenview
kate
khelpcenter
oxygen
]
);
}
))
];