diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-08 17:29:12 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-08 17:29:12 -0600 |
commit | 620d5f100cbd1759184bc89df09383bdbc592c3a (patch) | |
tree | 19672464e3d20da150ee1d4edc7de12c4daf53a6 /macos.local | |
parent | ddf175cf49e17d35ab3619f27e51bb7399571c05 (diff) |
system changes
Diffstat (limited to 'macos.local')
-rw-r--r-- | macos.local/.flake/home/scripts/core.nix.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macos.local/.flake/home/scripts/core.nix.org b/macos.local/.flake/home/scripts/core.nix.org index bf5f685..caa5119 100644 --- a/macos.local/.flake/home/scripts/core.nix.org +++ b/macos.local/.flake/home/scripts/core.nix.org @@ -5,6 +5,7 @@ Import various scripts useful on my system. { config, pkgs, ... }: { + home.file."./.local/bin/hmmmmm".text = "hi"; home.file = { "./.local/bin/deploy-website" = { executable = true; |