Recreated nix files

This commit is contained in:
2026-03-03 11:25:13 +01:00
parent bd15e0929c
commit 4fa316cf23
3 changed files with 302 additions and 304 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ lib, config, pkgs, ... }:
let
scriptPath = ./assets/scripts/start_script.sh;
scriptExists = lib.fileExists "${scriptPath}";
scriptExists = builtins.pathExists "${scriptPath}";
in
{
system.activationScripts.startScript = lib.mkIf scriptExists {