nix-config/modules/home-manager/default.nix
Oliver Davies c3fa0ce6ce
All checks were successful
/ check (push) Successful in 1m37s
Move bookmarkthis configuration
2025-07-28 02:00:52 +01:00

7 lines
73 B
Nix

{
imports = [
./dev-commit.nix
./starship.nix
./zsh
];
}