summaryrefslogtreecommitdiff
path: root/hosts/ali/desktop-environment/window-manager.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2025-03-25 12:06:52 +0100
committerLinnnus <[email protected]>2025-03-25 12:06:52 +0100
commite89fa203c3f11a93fe8805e911744b3b8a049973 (patch)
tree1c2d2b145c69bc9be9214ffb21d403a44cc79931 /hosts/ali/desktop-environment/window-manager.nix
parent7f8c32c8295610ec7e5b8e387ea52cfa88250496 (diff)
Remove omar
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 = {