feat(homeModules:gaming): add bottles and wine related pkgs
This commit is contained in:
parent
b821ac5226
commit
94d786e1d0
5 changed files with 39 additions and 3 deletions
|
|
@ -9,6 +9,16 @@ in
|
|||
options.homeModules.desktop.gaming.lutris.enable = mkEnableOption "Enable lutris home-manager module";
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = [ pkgs.lutris ];
|
||||
home.packages = with pkgs; [
|
||||
(lutris.override {
|
||||
extraPkgs = p: [
|
||||
p.pixman
|
||||
p.libjpeg
|
||||
p.gnome.zenity
|
||||
p.gamescope
|
||||
];
|
||||
})
|
||||
winetricks
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue