This commit is contained in:
2026-03-04 15:26:23 +01:00
parent a439ad7575
commit 3e5e3cfe32
4 changed files with 356 additions and 362 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ lib, config, pkgs, ... }:
let
scriptPath = "${config.nixpkgs.config}/../assets/scripts/end_script.sh";
scriptPath = "${pkgs.path}/../assets/scripts/end_script.sh";
scriptExists = builtins.pathExists scriptPath;
in
{