diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-08 17:32:03 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-08 17:32:03 -0600 |
commit | 8cd20ca088df5ebec9b4385a37742da2d7c1198a (patch) | |
tree | 056f3072e28fdf0959ad38f107cd618a3f7f19da /macos.local/.flake/home/scripts/core.nix.org | |
parent | 208c8e0fd1b730d7c8da9650120eb44bebbe7618 (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 | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/macos.local/.flake/home/scripts/core.nix.org b/macos.local/.flake/home/scripts/core.nix.org index da1b84a..62c8a38 100644 --- a/macos.local/.flake/home/scripts/core.nix.org +++ b/macos.local/.flake/home/scripts/core.nix.org @@ -5,20 +5,17 @@ Import various scripts useful on my system. { config, pkgs, ... }: { - home.file."./.local/bin/hmmmmm".text = "hi"; home.file."./.local/bin/deploy-website" = { - executable = true; - source = ./deploy-website; + executable = true; + source = ./deploy-website; }; - home.file = { - "./local/bin/launcher" = { - executable = true; - source = ./launcher; - }; - "./local/bin/remove-quarantine" = { - executable = true; - source = ./remove-quarantine; - }; + home.file."./local/bin/launcher" = { + executable = true; + source = ./launcher; + }; + home.file."./local/bin/remove-quarantine" = { + executable = true; + source = ./remove-quarantine; }; } #+end_src |