Add gaming launchers
lutris & heroic
This commit is contained in:
parent
25855e6dc0
commit
ad7384f5b1
1 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
home.packages = with pkgs; [
|
||||
heroic
|
||||
(lutris.override {
|
||||
extraLibraries = pkgs: [
|
||||
wine
|
||||
wineWowPackages.stable
|
||||
];
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue