non important commit

This commit is contained in:
benstrb 2026-03-15 15:49:00 +01:00
parent 25c21ca64a
commit 3b84ca767e
3 changed files with 71 additions and 32 deletions

View file

@ -1,6 +1,9 @@
{
{inputs, ...}: {
programs = {
steam.enable = true;
steam = {
enable = true;
extraCompatPackages = [inputs.nix-proton-cachyos.packages.x86_64-linux.proton-cachyos];
};
bash.blesh.enable = true;
nix-ld.enable = true;
};