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

9 lines
96 B
Nix
Raw Normal View History

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