Do the KDE dance

This commit is contained in:
Greg Hellings
2024-10-22 13:31:50 -05:00
parent 9b97c83eab
commit 93441bc372
+3 -2
View File
@@ -17,7 +17,9 @@ with lib;
};
config = mkIf cfg.enable {
hardware.bluetooth.enable = true;
hardware = {
bluetooth.enable = true;
};
# Sets up a basic KDE installation
services =
{
@@ -55,7 +57,6 @@ with lib;
environment.systemPackages = with pkgs; [
kalendar
korganizer
plasma-pa
];
};
}