nix-config/modules/home-manager/default.nix
Oliver Davies 5b00484567
All checks were successful
/ check (push) Successful in 1m38s
Move node configuration
2025-07-28 01:47:41 +01:00

8 lines
96 B
Nix

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