update st
This commit is contained in:
parent
19e55d4f75
commit
6c5711e355
2 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,6 @@
|
||||||
desktopManager.gnome.enable = true;
|
desktopManager.gnome.enable = true;
|
||||||
displayManager.gdm = {
|
displayManager.gdm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
#wayland = false;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
gnome = {
|
gnome = {
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
numix-icon-theme-circle
|
numix-icon-theme-circle
|
||||||
(st.overrideAttrs (oldAttrs: {
|
(st.overrideAttrs (oldAttrs: {
|
||||||
src = builtins.fetchTarball {
|
src = builtins.fetchTarball {
|
||||||
url = "https://code.relms.dev/Relms/st/archive/25ed626850a7d8cc4f854215a1cf6100278f9929.tar.gz";
|
url = "https://code.relms.dev/Relms/st/archive/9973cc2bdd0b18f134b8065f8a840a77002cd977.tar.gz";
|
||||||
sha256 = "1y6k496lvcnzpbs8fjyj45gjdiih859ab2skx93xhfl83b5zy3br";
|
sha256 = "sha256:13vh5x4yapaspbd3and53syrri161mfhji8scf8424r7v5ijmysg";
|
||||||
};
|
};
|
||||||
buildInputs = oldAttrs.buildInputs ++ [harfbuzz xorg.libXcursor];
|
buildInputs = oldAttrs.buildInputs ++ [harfbuzz xorg.libXcursor];
|
||||||
}))
|
}))
|
||||||
|
|
Reference in a new issue