diff --git a/home/modules/plasma-manager/default.nix b/home/modules/plasma-manager/default.nix index 586402b..cdd25d2 100644 --- a/home/modules/plasma-manager/default.nix +++ b/home/modules/plasma-manager/default.nix @@ -1,14 +1,13 @@ { config, lib, pkgs, ... }: -# The following can be generated with the command: +# The current KDE config can be output with the command: # nix run github:nix-community/plasma-manager # # Plasma-manager options documentation # https://nix-community.github.io/plasma-manager/options.xhtml # -# TODO: Extract this configuration into something that's a bit easier to manage -# TODO(ambitious): Add Kmail support to plasma-manager +# TODO: (ambitious) Add Kmail support to plasma-manager { programs.plasma = { enable = true;