broke up files/shell module

This commit is contained in:
John Lancaster
2026-02-16 13:50:31 -06:00
parent e84cff1f0c
commit 1b1a4767a9
3 changed files with 21 additions and 3 deletions

View File

@@ -4,14 +4,13 @@
{ pkgs, ... } :
{
imports = with inputs.self.homeModules; [
rebuild
john
ssh
git
rebuild
shell
ghostty
sops
zsh
docker
];
};