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

15 lines
163 B
Nix

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