desktop/overlays/suckless/st-overlay.nix
2021-03-17 23:55:17 +05:30

6 lines
98 B
Nix

(self: super: {
st = super.st.overrideAttrs (oldAttrs: {
src = /home/illustris/src/st;
});
})