nix-config/modules/home-manager/default.nix
Oliver Davies 4271993f2f
All checks were successful
/ check (push) Successful in 1m41s
Move firefox/librewolf configuration
2025-07-27 23:47:39 +01:00

11 lines
151 B
Nix

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