mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: mewtris now external
This commit is contained in:
parent
cb0c3edebd
commit
0e6a882c6e
5 changed files with 36 additions and 257 deletions
|
|
@ -126,11 +126,11 @@ in {
|
|||
// rec {
|
||||
inherit long_name;
|
||||
prefixFolder = gameStorage + "/VNs";
|
||||
gameFolder = prefixFolder;
|
||||
gameExecutable = "./drive_c/cmd.exe";
|
||||
gameFolder = prefixFolder + "/drive_c";
|
||||
gameExecutable = "C:\\cmd.exe";
|
||||
gameArguments = [
|
||||
"/k"
|
||||
"C:/script.bat"
|
||||
"script.bat"
|
||||
];
|
||||
environment = {
|
||||
VN_DIR = vnDir;
|
||||
|
|
@ -259,16 +259,6 @@ in {
|
|||
mangohud
|
||||
vkbasalt
|
||||
];
|
||||
#systemd.user.services =
|
||||
# mapAttrs (k: v: {
|
||||
# description = v;
|
||||
# serviceConfig = {
|
||||
# ExecStart = "${getExe pkgs.katwine} ${k}";
|
||||
# Type = "simple";
|
||||
# };
|
||||
# inherit environment;
|
||||
# })
|
||||
# games;
|
||||
|
||||
home-manager.users.kat.home.file = {
|
||||
"Games/battlenet/drive_c/script.bat".source = ./bnet_script.bat;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue