oh my god
This commit is contained in:
parent
d2584f53a4
commit
32e2bb8ed8
2 changed files with 3 additions and 1 deletions
|
@ -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;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue