[plasma-manager] Update comments

This commit is contained in:
2024-11-10 10:29:17 -08:00
parent ec59936012
commit e1a804cfed

View File

@@ -1,14 +1,13 @@
{ config, lib, pkgs, ... }: { 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 # nix run github:nix-community/plasma-manager
# #
# Plasma-manager options documentation # Plasma-manager options documentation
# https://nix-community.github.io/plasma-manager/options.xhtml # 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 = { programs.plasma = {
enable = true; enable = true;