mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 07:24:10 +01:00
15 lines
161 B
Nix
15 lines
161 B
Nix
{...}: {
|
|
imports = [
|
|
./nushell
|
|
./tmux
|
|
./zellij
|
|
|
|
./bash.nix
|
|
./bat.nix
|
|
./btop.nix
|
|
./core.nix
|
|
./git.nix
|
|
./starship.nix
|
|
];
|
|
}
|