11 lines
158 B
Nix
11 lines
158 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./btop.nix
|
|
./direnv.nix
|
|
./konsole.nix
|
|
./starship.nix
|
|
./tldr.nix
|
|
./zsh.nix
|
|
];
|
|
}
|