nix-config/modules/home-manager/default.nix
Oliver Davies aac84ce5b5
All checks were successful
/ check (push) Successful in 1m43s
Move handbrake configuration
2025-07-27 23:50:59 +01:00

10 lines
125 B
Nix

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