From 0f2d9ac84c48260a58454cb65d7d80c12c0bdc77 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 11 Feb 2026 15:03:45 -0500 Subject: [PATCH] foix --- home/modules/bootstrap.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/home/modules/bootstrap.nix b/home/modules/bootstrap.nix index f5abb2a..6146a0b 100644 --- a/home/modules/bootstrap.nix +++ b/home/modules/bootstrap.nix @@ -1,7 +1,6 @@ { lib, config, - pkgs, ... }: @@ -24,16 +23,7 @@ in done ''; - home.activation.cloneNixConfig = lib.hm.dag.entryAfter [ "createDirectories" ] '' - if [ ! -d "${repoDir}" ]; then - run mkdir -p "$(dirname "${repoDir}")" - if ! run ${pkgs.git}/bin/git clone https://github.com/barrettruth/nix-config.git "${repoDir}" 2>&1; then - echo "WARNING: could not clone nix-config (network may not be ready)" - fi - fi - ''; - - home.activation.linkWallpapers = lib.hm.dag.entryAfter [ "cloneNixConfig" ] '' + home.activation.linkWallpapers = lib.hm.dag.entryAfter [ "createDirectories" ] '' src="${repoDir}/config/screen" dest="$HOME/img/screen" if [ -d "$src" ]; then