12 lines
No EOL
191 B
Nix
12 lines
No EOL
191 B
Nix
{ theme, hostname, ... }: {
|
|
imports = [
|
|
./bash.nix
|
|
./doom-emacs.nix
|
|
./git.nix
|
|
./neofetch.nix
|
|
./neovim.nix
|
|
./ranger.nix
|
|
|
|
./themes/${theme}/btop.nix
|
|
];
|
|
} |