forked from mirrors_public/oddlama_nix-config
feat: use bottles instead of lutris
This commit is contained in:
parent
968cd97931
commit
bbcf39a3ae
3 changed files with 17 additions and 43 deletions
16
users/myuser/graphical/games/bottles.nix
Normal file
16
users/myuser/graphical/games/bottles.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
bottles
|
||||
winetricks
|
||||
wineWowPackages.fonts
|
||||
wineWowPackages.stagingFull
|
||||
];
|
||||
|
||||
home.persistence."/state".directories = [
|
||||
".local/share/bottles"
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue