nix-config/modules/home-manager/default.nix

8 lines
73 B
Nix
Raw Normal View History

{
imports = [
2025-07-17 21:16:39 +01:00
./dev-commit.nix
./starship.nix
./zsh
];
}