bottles attribute
This commit is contained in:
18
modules/attrs/bottles/default.nix
Normal file
18
modules/attrs/bottles/default.nix
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
self,
|
||||||
|
moduleWithSystem,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
flake.nixosModules.bottles = moduleWithSystem ({pkgs, ...}: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
(bottles.override {
|
||||||
|
removeWarningPopup = true;
|
||||||
|
})
|
||||||
|
wineWow64Packages.stable
|
||||||
|
winetricks
|
||||||
|
wine
|
||||||
|
wine64
|
||||||
|
freetype
|
||||||
|
];
|
||||||
|
});
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user