Files
nix-config-ryan4yin/home/base/default.nix
2023-06-13 02:43:46 +08:00

16 lines
174 B
Nix

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