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

7 lines
52 B
Nix
Raw Normal View History

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