diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-08 17:30:55 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-08 17:30:55 -0600 |
commit | 208c8e0fd1b730d7c8da9650120eb44bebbe7618 (patch) | |
tree | fb082db74a7dba767ac1ed55ff5c3a6d1b1cd26b /macos.local/.flake/home/scripts/core.nix.org | |
parent | 620d5f100cbd1759184bc89df09383bdbc592c3a (diff) |
system changes
Diffstat (limited to 'macos.local/.flake/home/scripts/core.nix.org')
-rw-r--r-- | macos.local/.flake/home/scripts/core.nix.org | 6 |
1 files 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; |