oh my god

This commit is contained in:
Sakooooo 2023-07-22 02:53:17 +03:00
parent d2584f53a4
commit 32e2bb8ed8
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 3 additions and 1 deletions

View file

@ -12,6 +12,5 @@ in
users.users.sako.packages = with pkgs; [ users.users.sako.packages = with pkgs; [
dwmblocks dwmblocks
]; ];
pkgs.dwmblocks.configfile = ../../../config/dwmblocks/blocks.def.h;
}; };
} }

View file

@ -22,6 +22,9 @@
dwm = prev.dwm.overrideAttrs (old: { dwm = prev.dwm.overrideAttrs (old: {
src = ../config/dwm; src = ../config/dwm;
}); });
dwmblocks = prev.dwmblocks.overrideAttrs (old: {
src = ../config/dwmblocks;
});
}; };
# When applied, the unstable nixpkgs set (declared in the flake inputs) will # When applied, the unstable nixpkgs set (declared in the flake inputs) will