diff options
Diffstat (limited to 'macos.local/.flake')
-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; |