mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-19 07:54:28 +01:00
15 lines
135 B
Nix
15 lines
135 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./nushell
|
|
./tmux
|
|
./zellij
|
|
|
|
./bash.nix
|
|
./core.nix
|
|
./git.nix
|
|
./starship.nix
|
|
];
|
|
|
|
}
|