add custom wine build
This commit is contained in:
parent
2c899fb1ab
commit
b051046296
2 changed files with 10 additions and 0 deletions
|
@ -55,6 +55,7 @@
|
|||
];
|
||||
gui = [
|
||||
./users/relms/gui.nix
|
||||
./users/relms/wine.nix
|
||||
];
|
||||
};
|
||||
nixos = {
|
||||
|
|
9
users/relms/wine.nix
Normal file
9
users/relms/wine.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
(wineWowPackages.stagingFull.override {
|
||||
vulkanSupport = true;
|
||||
waylandSupport = true;
|
||||
})
|
||||
winetricks
|
||||
];
|
||||
}
|
Reference in a new issue