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
7 lines
108 B
Nix
7 lines
108 B
Nix
{pkgs, ...}: {
|
|
home-manager.users.toast = {
|
|
home.packages = with pkgs; [
|
|
jamesdsp
|
|
];
|
|
};
|
|
}
|