nix-files/hosts/common/programs/wine.nix

8 lines
179 B
Nix
Raw Normal View History

{ ... }:
{
sane.programs.wine = {
# no need for the cryptographic nature, just needs to not use loads of / tmpfs.
persist.byStore.cryptClearOnBoot = [ ".wine" ];
};
}