Move dwm and st patches

9ad246031f/home/dwm.nix
This commit is contained in:
Oliver Davies 2025-02-18 12:24:39 +00:00
parent 33a360db02
commit 560912af52
7 changed files with 36 additions and 466 deletions

View file

@ -1,4 +1,4 @@
{ inputs, self, ... }:
{ inputs, ... }:
{
additions =
@ -10,21 +10,6 @@
};
modifications = final: prev: {
dwm = prev.dwm.override {
patches = [
"${self}/patches/dwm/add-custom-commands-and-keys.patch"
"${self}/patches/dwm/change-mod-key.patch"
"${self}/patches/dwm/dwm-hide_vacant_tags-6.4.diff"
"${self}/patches/dwm/dwm-pertag-20200914-61bb8b2.diff"
];
};
st = prev.st.override {
patches = [
"${self}/patches/st/change-font.patch"
"${self}/patches/st/st-anysize-20220718-baa9357.diff"
];
};
};
stable-packages = final: _prev: {