feat: add wine
This commit is contained in:
parent
616ece2f9e
commit
a7a8be28e6
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
imports = [ ./steam.nix ];
|
imports = [ ./steam.nix ];
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
wineWowPackages.stable
|
||||||
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
multimc
|
multimc
|
||||||
lutris
|
lutris
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue