2024-01-05 16:17:13 +09:00
|
|
|
{ hostname, ... }: {
|
2023-08-31 20:55:14 +09:00
|
|
|
imports = [
|
2024-01-05 15:49:15 +09:00
|
|
|
./bash.nix
|
|
|
|
./btop.nix
|
2024-02-15 21:05:32 +09:00
|
|
|
./starship.nix
|
2024-01-05 15:49:15 +09:00
|
|
|
./git.nix
|
|
|
|
./neofetch.nix
|
|
|
|
./ranger.nix
|
|
|
|
./ssh.nix
|
2024-02-08 11:17:11 +09:00
|
|
|
./nixvim.nix
|
2023-08-31 20:55:14 +09:00
|
|
|
];
|
|
|
|
}
|