organize packages
This commit is contained in:
10
modules/software/compatibility/wine.nix
Normal file
10
modules/software/compatibility/wine.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ ... }: {
|
||||
den.aspects.wine = {
|
||||
nixos = { pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
wine64
|
||||
wineWow64Packages.full
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user