This commit is contained in:
2026-02-15 22:26:47 +00:00
commit 7be0309d27
19 changed files with 860 additions and 0 deletions

3
hm_programs/default.nix Normal file
View File

@@ -0,0 +1,3 @@
{ ... }: {
imports = [ ./bash.nix ./git.nix ./tmux.nix ./vim.nix ];
}