13 lines
119 B
Nix
13 lines
119 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./fastfetch
|
|
./git
|
|
./ncmpcpp
|
|
./neovim
|
|
./ranger
|
|
./tmux
|
|
./zsh
|
|
];
|
|
}
|