10 lines
231 B
Nix
10 lines
231 B
Nix
{inputs, ...}: {
|
|
programs = {
|
|
steam = {
|
|
enable = true;
|
|
extraCompatPackages = [inputs.nix-proton-cachyos.packages.x86_64-linux.proton-cachyos];
|
|
};
|
|
bash.blesh.enable = true;
|
|
nix-ld.enable = true;
|
|
};
|
|
}
|