games: some fixes
This commit is contained in:
parent
dd7f79a874
commit
b30401044e
2 changed files with 4 additions and 1 deletions
|
@ -29,6 +29,9 @@
|
|||
__GLX_VENDOR_LIBRARY_NAME = "nvidia";
|
||||
NVD_BACKEND = "direct";
|
||||
NIXOS_OZONE_WL = 1;
|
||||
SDL_VIDEODRIVER = "wayland";
|
||||
GDK_BACKEND = "wayland";
|
||||
CLUTTER_BACKEND = "wayland";
|
||||
};
|
||||
|
||||
nixpkgs.config.cudaSupport = true;
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
environment.persistence."/nix/persist" = {
|
||||
users."${username}".directories = [
|
||||
".local/share/osu"
|
||||
".local/share/an-anime-game-launcher"
|
||||
".local/share/anime-game-launcher"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue