partial modularization

This commit is contained in:
2024-04-16 22:15:44 +02:00
parent 65f12ce71d
commit 48e49a93b6
7 changed files with 97 additions and 92 deletions

View File

@@ -0,0 +1,8 @@
{pkgs, ...}: {
imports = [
./bash.nix
./git.nix
./zsh.nix
];
# home.packages = with pkgs; [];
}