Home Gen138 @ 2024-04-28-17:46

This commit is contained in:
2024-04-28 17:46:24 +02:00
parent d9648395c2
commit 94160d249e
5 changed files with 24 additions and 7 deletions

View File

@@ -13,11 +13,5 @@ in {
config = lib.mkIf cfg.enable {
# Enable plasma
services.xserver.desktopManager.plasma5.enable = true;
# Install themes and integration
environment.systemPackages = with pkgs; [
utterly-nord-plasma
libsForQt5.qtstyleplugin-kvantum
];
};
}