mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-20 16:44:10 +01:00
14 lines
145 B
Nix
14 lines
145 B
Nix
{...}: {
|
|
imports = [
|
|
./shells
|
|
./tmux
|
|
./zellij
|
|
|
|
./bat.nix
|
|
./btop.nix
|
|
./core.nix
|
|
./git.nix
|
|
./starship.nix
|
|
];
|
|
}
|