Generic commit
minor changes to hosts:Satori and home:natto
This commit is contained in:
@@ -5,7 +5,7 @@ final: prev: {
|
||||
url = "https://dl.suckless.org/tools/dmenu-5.0.tar.gz";
|
||||
sha256 = "0gjjbh49j85rpbmiqj236g4c1zb1h8xh41mcjsvnzgwn72893mk6";
|
||||
};
|
||||
patches = [./patches/dmenu.patch];
|
||||
patches = [ ./patches/dmenu.patch ];
|
||||
});
|
||||
|
||||
dwm = prev.dwm.overrideAttrs (oldAttrs: rec {
|
||||
@@ -13,15 +13,15 @@ final: prev: {
|
||||
url = "https://dl.suckless.org/dwm/dwm-6.2.tar.gz";
|
||||
sha256 = "0qdh8amfkjpvbwffar0byybcqi5w7v1wdqb39h75521haa6mh8xg";
|
||||
};
|
||||
patches = [./patches/dwm.patch];
|
||||
patches = [ ./patches/dwm.patch ];
|
||||
});
|
||||
|
||||
st = prev.st.overrideAttrs (oldAttrs: rec {
|
||||
src = builtins.fetchTarball {
|
||||
url = "https://dl.suckless.org/st/st-0.8.4.tar.gz";
|
||||
sha256 = "01z6i60fmdi5h6g80rgvqr6d00jxszphrldx07w4v6nq8cq2r4nr";
|
||||
};
|
||||
patches = [./patches/st.patch];
|
||||
url = "https://dl.suckless.org/st/st-0.8.4.tar.gz";
|
||||
sha256 = "01z6i60fmdi5h6g80rgvqr6d00jxszphrldx07w4v6nq8cq2r4nr";
|
||||
};
|
||||
patches = [ ./patches/st.patch ];
|
||||
});
|
||||
|
||||
ncmpcpp = prev.ncmpcpp.override {
|
||||
@@ -39,12 +39,12 @@ final: prev: {
|
||||
};
|
||||
});
|
||||
|
||||
proxychains = prev.proxychains.overrideAttrs (_ : {
|
||||
proxychains = prev.proxychains.overrideAttrs (_: {
|
||||
postInstall = ":";
|
||||
});
|
||||
|
||||
/* tor-browser-bundle-bin = prev.tor-browser-bundle-bin.overrideAttrs (_ : {
|
||||
/* tor-browser-bundle-bin = prev.tor-browser-bundle-bin.overrideAttrs (_ : {
|
||||
src = builtins.fetchurl { url = "https://www.torproject.org/dist/torbrowser/10.5.2/tor-browser-linux64-10.5.2_en-US.tar.xz"; sha256="16zk7d0sxm2j00vb002mjj38wxcxxlahnfdb9lmkmkfms9p9xfkb";};
|
||||
});*/
|
||||
|
||||
});*/
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user