remove steam games from hyfetch

This commit is contained in:
Infinidoge 2024-04-13 02:00:20 -04:00
parent 5a57bedfd6
commit 4a5596b203
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
2 changed files with 35 additions and 0 deletions

View file

@ -19,4 +19,6 @@ in
hash = "sha256-05tNiv2wdztkjBBiBS5hpuC5n3QrsJ5o15Uv7Q42on4=";
})
];
hyfetch = addPatches prev.hyfetch [ ./neofetch-remove-steam-packages.patch ];
}