leftwm / leftwm-community-themes

A collection of themes built by the community

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Most themes don't work on NixOS

jzw2 opened this issue · comments

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).