nix-stuff/roles/desktop/programs/jamesdsp.nix
Toast f8140164d1 Desktop/jamesdsp: remove old build fix
Patch that fixes the build is already upstreamed, so this is entirely
  unneeded. Not even sure how it still compiled with the fix twize tbh
2025-04-25 10:57:31 +02:00

7 lines
108 B
Nix

{pkgs, ...}: {
home-manager.users.toast = {
home.packages = with pkgs; [
jamesdsp
];
};
}