This commit is contained in:
mjallen18
2025-07-29 20:02:37 -05:00
parent d0ac22c211
commit fd3f61a0ac
4 changed files with 9 additions and 7 deletions

View File

@@ -32,6 +32,8 @@ in
./nix.nix
./sops.nix
./services/lsfg-vk
./specialisations/hyprland
];

View File

@@ -6,6 +6,6 @@
};
environment.variables = {
LSFG_DLL_PATH = "/home/deck/.steam/steam/steamapps/common/Lossless Scaling/Lossless.dll";
LSFG_DLL_PATH = "/media/matt/data/steam/steamapps/common/Lossless Scaling/Lossless.dll";
};
}