This commit is contained in:
2026-03-04 14:59:37 +01:00
parent c9fad79b31
commit b809c9c18c
4 changed files with 298 additions and 296 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ lib, config, pkgs, ... }:
let
scriptPath = "${config.nixpkgs.config}/../assets/scripts/end_script.sh";
scriptExists = lib.fileExists "${scriptPath}";
scriptExists = builtins.pathExists scriptPath;
in
{
systemd.user.services.endScript = lib.mkIf scriptExists {