This commit is contained in:
iFargle 2024-02-09 21:22:22 +09:00
parent 9e4bb60ba2
commit 07aa07bb39

View file

@ -1,11 +1,11 @@
{ config, lib, pkgs, desktop, inputs, ... }: { { config, lib, pkgs, desktop, inputs, system, ... }: {
# Steam, Vintage Story areu nfree. # Steam, Vintage Story areu nfree.
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
bitwarden bitwarden
steam steam
lutris lutris
vlc vlc
inputs.nixpkgs-unstable.vintagestory inputs.nixpkgs-unstable.legacyPackages.${system}.vintagestory
]; ];
programs.steam = { programs.steam = {