Rebuilt nix files

This commit is contained in:
2026-03-04 19:53:14 +01:00
parent 095308d825
commit 484c97ed53
3 changed files with 293 additions and 295 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ lib, config, pkgs, flakeRoot, ... }:
let
scriptPath = flakeRoot + "/assets/scripts/end_script.sh";
scriptExists = lib.fileExists scriptPath;
scriptExists = lib.systems.lib.fileExists scriptPath;
in
{
systemd.user.services.endScript = lib.mkIf scriptExists {