remove steam-run

This commit is contained in:
Sean Buckley 2022-03-28 10:14:11 -04:00
parent f5765c0556
commit 4000631c7f

View file

@ -11,7 +11,6 @@ in
programs.steam.enable = true;
environment.systemPackages = with pkgs; [
obs-studio
steam-run
];
};
}