minor refractor

This commit is contained in:
js0ny 2025-10-21 15:36:02 +01:00
parent 679f5bea9d
commit 1b99070718
22 changed files with 248 additions and 298 deletions

View file

@ -1,6 +1,8 @@
{ config, pkgs, ... }:
{
{pkgs, ...}: {
services.desktopManager.plasma6.enable = true;
environment.systemPackages = with pkgs.kdePackages; [
akonadi
korganizer
kdepim-addons
];
}