mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 15:34:13 +01:00
14 lines
122 B
Nix
14 lines
122 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./nushell
|
|
./tmux
|
|
|
|
./bash.nix
|
|
./core.nix
|
|
./git.nix
|
|
./starship.nix
|
|
];
|
|
|
|
}
|