fix: remove broken wine install

This commit is contained in:
Infinidoge 2021-09-20 00:31:22 -04:00
parent 03c957753d
commit 773357e622

View file

@ -1,10 +1,6 @@
{ pkgs, ... }: {
imports = [ ./steam.nix ];
environment.systemPackages = with pkgs; [
wineWowPackages.stable
];
home.packages = with pkgs; [
wineWowPackages.stable
(multimc.override { msaClientID = "01524508-0110-46fc-b468-362d31ca41e6"; })