13 lines
216 B
Nix
13 lines
216 B
Nix
{ ... }: {
|
|
imports = [
|
|
./bash.nix
|
|
./btop.nix
|
|
./starship.nix
|
|
./git.nix
|
|
./neofetch.nix
|
|
./ranger.nix
|
|
./ssh.nix
|
|
./nixvim.nix
|
|
./rbw.nix
|
|
];
|
|
}
|