home/common/wm: update comment

it was confusing me
This commit is contained in:
NullBite 2024-11-27 00:37:37 -05:00
parent 9f6e80d4e3
commit 2673609306
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -19,8 +19,9 @@ in
./keybinds.nix
];
config = lib.mkIf cfg.enable {
# Common options for standalone window managers; many of these (or
# alternatives thereof) are pulled in by desktop environments.
# Common options for standalone window managers. many of these (or
# alternatives thereof) would normally be pulled in by desktop
# environments; we want to create a similar experience for window managers.
nixfiles.theming.enable = lib.mkDefault true;
nixfiles.programs.dunst.enable = lib.mkDefault true;