From 4e417707d9318fe078327b6fb845214c1ee80ff8 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 29 Aug 2024 01:42:59 -0400 Subject: [PATCH] packages(xland): Fix dwm config not applying --- packages/xland.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/packages/xland.nix b/packages/xland.nix index 005eac5b..b54dfe60 100644 --- a/packages/xland.nix +++ b/packages/xland.nix @@ -6,10 +6,7 @@ colorSelected ? "#eeeeee", }: -dwm.overrideAttrs (oldAttrs: { - pname = "xland"; - version = "0.1.0-dwm-${oldAttrs.version}"; - +dwm.override { conf = # c '' #include @@ -133,4 +130,4 @@ dwm.overrideAttrs (oldAttrs: { hash = "sha256-oIgeph9pmIWKBepnQhc+aNWU7ZHxsJbhJr5LVNTtuHc="; }) ]; -}) +}