summaryrefslogtreecommitdiff
path: root/hosts/ali/desktop-environment/window-manager.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/ali/desktop-environment/window-manager.nix')
-rw-r--r--hosts/ali/desktop-environment/window-manager.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/ali/desktop-environment/window-manager.nix b/hosts/ali/desktop-environment/window-manager.nix
index d36fc14..f777e3c 100644
--- a/hosts/ali/desktop-environment/window-manager.nix
+++ b/hosts/ali/desktop-environment/window-manager.nix
@@ -1,7 +1,6 @@
{pkgs, ...}: {
services.xserver.windowManager.dwm.enable = true;
- # FIXME: Deduplicate this with omar's config (noting the difference in BAT0 vs BAT1).
# Show battery and clock in status bar. This is a background daemon which
# updates the root window, which DWM uses for status.
systemd.user.services.dwm-battery = {