From 208c8e0fd1b730d7c8da9650120eb44bebbe7618 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Wed, 8 Jan 2025 17:30:55 -0600 Subject: system changes --- macos.local/.flake/home/scripts/core.nix.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/macos.local/.flake/home/scripts/core.nix.org b/macos.local/.flake/home/scripts/core.nix.org index caa5119..da1b84a 100644 --- a/macos.local/.flake/home/scripts/core.nix.org +++ b/macos.local/.flake/home/scripts/core.nix.org @@ -6,11 +6,11 @@ Import various scripts useful on my system. { home.file."./.local/bin/hmmmmm".text = "hi"; - home.file = { - "./.local/bin/deploy-website" = { + home.file."./.local/bin/deploy-website" = { executable = true; source = ./deploy-website; - }; + }; + home.file = { "./local/bin/launcher" = { executable = true; source = ./launcher; -- cgit v1.2.3