Do the KDE dance
This commit is contained in:
@@ -17,7 +17,9 @@ with lib;
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
hardware.bluetooth.enable = true;
|
hardware = {
|
||||||
|
bluetooth.enable = true;
|
||||||
|
};
|
||||||
# Sets up a basic KDE installation
|
# Sets up a basic KDE installation
|
||||||
services =
|
services =
|
||||||
{
|
{
|
||||||
@@ -55,7 +57,6 @@ with lib;
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
kalendar
|
kalendar
|
||||||
korganizer
|
korganizer
|
||||||
plasma-pa
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user