Added lug-helper

This commit is contained in:
Alexandre 2026-02-21 13:30:45 +01:00
parent 19a2bd6b96
commit 6e9e072e20
2 changed files with 4 additions and 0 deletions

3
dev-flakes/vulkan/.envrc Normal file
View File

@ -0,0 +1,3 @@
FLAKEDIR=~/Developer/nix/NixOSDots/dev-flakes
use flake ${FLAKEDIR}/vulkan

View File

@ -4,6 +4,7 @@
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
inputs.nix-citizen.packages.${system}.rsi-launcher inputs.nix-citizen.packages.${system}.rsi-launcher
inputs.nix-citizen.packages.${system}.lug-helper
]; ];
}; };
#programs = { #programs = {