12 lines
159 B
Nix
12 lines
159 B
Nix
_: {
|
|
imports = [
|
|
# ./fish.nix
|
|
./nh.nix
|
|
# ./starship.nix
|
|
./beets.nix
|
|
./zellij
|
|
./oh-my-posh.nix
|
|
./nushell.nix
|
|
./eza.nix
|
|
];
|
|
}
|