1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: use bottles instead of lutris

This commit is contained in:
oddlama 2023-09-12 21:30:45 +02:00
parent 968cd97931
commit bbcf39a3ae
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 17 additions and 43 deletions

View file

@ -0,0 +1,16 @@
{
pkgs,
lib,
...
}: {
home.packages = with pkgs; [
bottles
winetricks
wineWowPackages.fonts
wineWowPackages.stagingFull
];
home.persistence."/state".directories = [
".local/share/bottles"
];
}