fix(nix): warnings

This commit is contained in:
2025-11-06 20:27:28 +01:00
parent f9f3abee19
commit 21f3c31bd3
11 changed files with 110 additions and 113 deletions

View File

@@ -20,7 +20,7 @@ in
programs.tuirun = {
enable = true;
config = {
plugins = with inputs.tuirun.packages.${pkgs.system}; [
plugins = with inputs.tuirun.packages.${pkgs.stdenv.hostPlatform.system}; [
runner
];
closeOnClick = true;