aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--macos.local/.flake/home/scripts/core.nix.org1
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;