13 lines
129 B
Nix
13 lines
129 B
Nix
{ config, ... }:
|
|
{
|
|
imports = [
|
|
./nushell
|
|
./zsh
|
|
./common.nix
|
|
./starship.nix
|
|
./git.nix
|
|
./eza.nix
|
|
];
|
|
|
|
}
|