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";
|
__GLX_VENDOR_LIBRARY_NAME = "nvidia";
|
||||||
NVD_BACKEND = "direct";
|
NVD_BACKEND = "direct";
|
||||||
NIXOS_OZONE_WL = 1;
|
NIXOS_OZONE_WL = 1;
|
||||||
|
SDL_VIDEODRIVER = "wayland";
|
||||||
|
GDK_BACKEND = "wayland";
|
||||||
|
CLUTTER_BACKEND = "wayland";
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config.cudaSupport = true;
|
nixpkgs.config.cudaSupport = true;
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
environment.persistence."/nix/persist" = {
|
environment.persistence."/nix/persist" = {
|
||||||
users."${username}".directories = [
|
users."${username}".directories = [
|
||||||
".local/share/osu"
|
".local/share/osu"
|
||||||
".local/share/an-anime-game-launcher"
|
".local/share/anime-game-launcher"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue