mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: add wine and audio production modules
This commit is contained in:
parent
46b401cf8d
commit
6e2f583df1
5 changed files with 23 additions and 7 deletions
12
modules/linux/wine/default.nix
Normal file
12
modules/linux/wine/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
winetricks
|
||||
wine
|
||||
];
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
wine = super.wineWowPackages.stable;
|
||||
})
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue