Files
nix-config/home/base/default.nix
2023-06-13 00:54:08 +08:00

14 lines
161 B
Nix

{config, pkgs, ...}:
{
imports = [
./nushell
./bash.nix
./core.nix
./development.nix
./git.nix
./media.nix
./starship.nix
];
}