From e1a804cfedbad58650998909775d302da05ebaed Mon Sep 17 00:00:00 2001 From: John Ogle Date: Sun, 10 Nov 2024 10:29:17 -0800 Subject: [PATCH] [plasma-manager] Update comments --- home/modules/plasma-manager/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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;