dwm: anybar

This commit is contained in:
Zynh Ludwig 2024-11-29 19:46:20 -08:00
parent b48fe4f845
commit 078943a122
3 changed files with 8 additions and 4 deletions

View file

@ -730,11 +730,11 @@
"zdwm": {
"flake": false,
"locked": {
"lastModified": 1732446345,
"narHash": "sha256-HtHnjdziKjdfcYqBeNileZqMYLxEl+8GM/3AHTxvng8=",
"lastModified": 1732930272,
"narHash": "sha256-FSZsSSfeww0WSzdBCdfV1rjrbKY4XPBLIEmpikzoBbs=",
"ref": "refs/heads/master",
"rev": "17cdd846fcc168b80a01b9373d9f9f8a9cb6f523",
"revCount": 1738,
"rev": "f8a668b8077b99863e45392c836f474d439f2532",
"revCount": 1734,
"type": "git",
"url": "https://git.zynh.me/Zynh0722/dwm"
},

View file

@ -133,6 +133,9 @@
geeqie
jq
eww
dwm-msg
];
programs.nix-index.enable = true;

View file

@ -26,6 +26,7 @@ in
enable = true;
package = pkgs.dwm.overrideAttrs (oldAttrs: {
src = inputs.zdwm;
buildInputs = oldAttrs.buildInputs ++ [ pkgs.yajl ];
});
};