From a47e745b3d23e892b28af5873cf37eb7dc28f0a3 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Mon, 9 Feb 2026 14:09:26 -0500 Subject: [PATCH] cleanup --- home/home.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/home.nix b/home/home.nix index 562a127..82d7e11 100644 --- a/home/home.nix +++ b/home/home.nix @@ -31,8 +31,7 @@ in targets.genericLinux.enable = !isNixOS; news.display = "silent"; - home.file.".local/bin/scripts".source = - config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/nix-config/scripts"; + home.sessionPath = [ "${config.home.homeDirectory}/nix-config/scripts" ]; programs.home-manager.enable = true;