leftwm-community-themes
leftwm-community-themes copied to clipboard
Most themes don't work on NixOS
Many of the themes don't work, since in the up file, they use #!/bin/bash, which isn't available on NixOS. It would work if it was switched to #!/usr/bin/env bash
Good point! Unfortunately it looks like that's up to each theme maintainer to fix, as we can't push directly to all the submodules.
tagging leftwm/leftwm-theme#33
Isn't it possible to make a CI/CD step to "adapt to nixos" and just replace the shebang?
(Tho I suspect if some paths are different in NixOS a breakage is surely unavoidable).