aboutsummaryrefslogtreecommitdiff
path: root/macos.local/.flake/home
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-01-08 17:30:55 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-01-08 17:30:55 -0600
commit208c8e0fd1b730d7c8da9650120eb44bebbe7618 (patch)
treefb082db74a7dba767ac1ed55ff5c3a6d1b1cd26b /macos.local/.flake/home
parent620d5f100cbd1759184bc89df09383bdbc592c3a (diff)
system changes
Diffstat (limited to 'macos.local/.flake/home')
-rw-r--r--macos.local/.flake/home/scripts/core.nix.org6
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;