2023-08-31 20:55:14 +09:00
|
|
|
{ theme, hostname, ... }: {
|
|
|
|
imports = [
|
|
|
|
./bash.nix
|
2023-12-25 21:05:47 +09:00
|
|
|
./doom-emacs.nix
|
2023-08-31 20:55:14 +09:00
|
|
|
./git.nix
|
|
|
|
./neofetch.nix
|
|
|
|
./neovim.nix
|
|
|
|
./ranger.nix
|
2023-12-01 11:13:39 +09:00
|
|
|
./ssh.nix
|
2023-08-31 20:55:14 +09:00
|
|
|
|
2023-09-15 12:03:35 +09:00
|
|
|
./themes/${theme}/btop.nix
|
2023-08-31 20:55:14 +09:00
|
|
|
];
|
|
|
|
}
|