From 2673609306b04851dfe3f0ab23239ab0e1a40644 Mon Sep 17 00:00:00 2001 From: NullBite <me@nullbite.com> Date: Wed, 27 Nov 2024 00:37:37 -0500 Subject: [PATCH] home/common/wm: update comment it was confusing me --- home/common/wm/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/common/wm/default.nix b/home/common/wm/default.nix index 64e93a8..18fb389 100644 --- a/home/common/wm/default.nix +++ b/home/common/wm/default.nix @@ -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;