mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 05:12:34 +02:00
d71c9d8169
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
11 lines
135 B
Nix
11 lines
135 B
Nix
# Import all shell configurations
|
|
{
|
|
imports = [
|
|
./fzf.nix
|
|
./zsh.nix
|
|
./starship.nix
|
|
./zoxide.nix
|
|
./eza.nix
|
|
];
|
|
}
|