system changes

This commit is contained in:
jjanzen 2025-01-08 17:29:12 -06:00
parent ddf175cf49
commit 620d5f100c

View file

@ -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;