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

10
flake.lock generated
View File

@@ -656,15 +656,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1753576548, "lastModified": 1753837013,
"narHash": "sha256-gnV9xY7BMHrao4QroJveGUexssBwXtyawmjoDqjO7zk=", "narHash": "sha256-+kBJhOSS5S6gPp/pbTk1B3EL9Xr08yFuQoGGQ+SoQwQ=",
"owner": "pabloaul", "owner": "mjallen18",
"repo": "lsfg-vk-flake", "repo": "lsfg-vk-flake",
"rev": "0fa0918ada267e177274af61dd1875ef1b5a0a8e", "rev": "f7fc5f9d421d64d3cf24c8d0955a80718ef70bac",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "pabloaul", "owner": "mjallen18",
"ref": "main", "ref": "main",
"repo": "lsfg-vk-flake", "repo": "lsfg-vk-flake",
"type": "github" "type": "github"

View File

@@ -83,7 +83,7 @@
}; };
lsfg-vk = { lsfg-vk = {
url = "github:pabloaul/lsfg-vk-flake/main"; url = "github:mjallen18/lsfg-vk-flake/main";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };

View File

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

View File

@@ -6,6 +6,6 @@
}; };
environment.variables = { 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";
}; };
} }